Type alias GestaltLinkIdentity

GestaltLinkIdentity: {
    claim: SignedClaim<ClaimLinkIdentity>;
    id: GestaltLinkId;
    meta: {
        providerIdentityClaimId: ProviderIdentityClaimId;
        url?: string;
        [key: string]: JSONValue | undefined;
    };
}

Link node to identity. The SignedClaim<ClaimLinkIdentity> is wrapped in IdentitySignedClaim. This provides additional metadata outside of the the SignedClaim.

Type declaration

Generated using TypeDoc