Export

SupportedCredCreateRequest

Hierarchy

  • SupportedCredCreateRequest

Properties

cryptographic_binding_methods_supported?: string[]

Memberof

SupportedCredCreateRequest

cryptographic_suites_supported?: string[]

Memberof

SupportedCredCreateRequest

display?: {
    [key: string]: object;
}[]

Type declaration

  • [key: string]: object

Memberof

SupportedCredCreateRequest

format: string

Memberof

SupportedCredCreateRequest

format_data?: {
    [key: string]: object;
}

Data specific to the credential format to be included in issuer metadata.

Type declaration

  • [key: string]: object

Memberof

SupportedCredCreateRequest

id: string

Memberof

SupportedCredCreateRequest

vc_additional_data?: {
    [key: string]: object;
}

Additional data to be included in each credential of this type. This is for data that is not specific to the subject but required by the credential format and is included in every credential.

Type declaration

  • [key: string]: object

Memberof

SupportedCredCreateRequest

Generated using TypeDoc