Type alias BaseCredentialOffered

BaseCredentialOffered: {
    claims?: CredentialOfferedClaim[];
    cryptographicBindingMethodsSupported?: string[];
    cryptographicSuitesSupported?: string[];
    name?: string;
    scope: string;
}

Type declaration

  • Optional claims?: CredentialOfferedClaim[]

    Claims within the offered credential

  • Optional cryptographicBindingMethodsSupported?: string[]

    Cryptographic binding metyhods supported, defaults to DID

  • Optional cryptographicSuitesSupported?: string[]

    Cryptographic suites supported, defaults to Ed25519Signature2018

  • Optional name?: string

    Name of the credential being offered

  • scope: string

    Credential scope, will be use for scope parameter when requesting issuance of a credential

Generated using TypeDoc