Type alias CredentialSubject

CredentialSubject: {
    attributes: Record<string, AttributeType>;
    id: string;
}

Represents a credential subject with identifier and attributes.

Type declaration

  • attributes: Record<string, AttributeType>

    Attributes of the credential subject mapped by attribute name.

  • id: string

    The identifier of the credential subject.

Generated using TypeDoc