Type alias CredentialInfo
CredentialInfo: { credentialId: string; credentialUuid: EntityId; dateCreated: IsoDatetime; isActive: boolean; kind: CredentialKind; name: string; origin: string; publicKey?: string; relyingPartyId: string; }
Type declaration
-
credentialId: string
-
-
-
isActive: boolean
-
-
name: string
-
origin: string
-
Optional
publicKey?: string
-
relyingPartyId: string