Type alias IdentitySignedClaim

IdentitySignedClaim: {
    claim: SignedClaim<ClaimLinkIdentity>;
    id: ProviderIdentityClaimId;
    url?: string;
}

Identity claims wraps SignedClaim<ClaimLinkIdentity>. The signed claim is what is published and also stored in the Sigchain. Additional metadata id and url is provided by the identity provider. These metadata properties would not be part of the signed claim.

Type declaration

Generated using TypeDoc