Skip to content

Class swarmauri_core.pop.types.PoPKind

swarmauri_core.pop.types.PoPKind

Bases: str, Enum

Supported proof-of-possession scheme identifiers.

JWT_DPoP class-attribute instance-attribute

JWT_DPoP = 'jwtpop'

CWT class-attribute instance-attribute

CWT = 'cwtpop'

X509 class-attribute instance-attribute

X509 = 'x509pop'