Export

SdJwtSupportedCredCreateReq

Hierarchy

  • SdJwtSupportedCredCreateReq

Properties

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

Display information about claims.

Type declaration

  • [key: string]: object

Memberof

SdJwtSupportedCredCreateReq

cryptographic_binding_methods_supported?: string[]

Memberof

SdJwtSupportedCredCreateReq

cryptographic_suites_supported?: string[]

Memberof

SdJwtSupportedCredCreateReq

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

Type declaration

  • [key: string]: object

Memberof

SdJwtSupportedCredCreateReq

format: string

Memberof

SdJwtSupportedCredCreateReq

id: string

Memberof

SdJwtSupportedCredCreateReq

order?: string[]

The order in which claims should be displayed. This is not well defined by the spec right now. Best to omit for now.

Memberof

SdJwtSupportedCredCreateReq

sd_list?: string[]

List of JSON pointers to selectively disclosable attributes.

Memberof

SdJwtSupportedCredCreateReq

vct: string

String designating the type of a Credential. This MAY be a URI but it can also be an arbitrary string value.

Memberof

SdJwtSupportedCredCreateReq

Generated using TypeDoc