Type alias DeprecatedWebSemanticCredentialOffered

DeprecatedWebSemanticCredentialOffered: {
    claims?: CredentialOfferedClaim[];
    cryptographicBindingMethodsSupported?: "did";
    cryptographicSuitesSupported?: "Ed25519Signature2018";
    name?: string;
    profile: WebSemantic;
    scope: string;
    type: string;
}

Type declaration

  • Optional claims?: CredentialOfferedClaim[]
  • Optional cryptographicBindingMethodsSupported?: "did"
  • Optional cryptographicSuitesSupported?: "Ed25519Signature2018"
  • Optional name?: string
  • profile: WebSemantic
  • scope: string
  • type: string

Deprecated

use WebSemanticCredentialOffered instead

Generated using TypeDoc