Interface ClaimLinkIdentity

Linking node and digital identity together

Hierarchy

Properties

aud?: string | string[]
exp?: number
iat: number
jti: string & {
    [brand]: "ClaimIdEncoded";
}

Type declaration

  • Readonly [brand]: "ClaimIdEncoded"
nbf: number
prevClaimId: null | ClaimIdEncoded
prevDigest: null | string
seq: number
typ: "ClaimLinkIdentity"

Generated using TypeDoc