Export

JwtSupportedCredCreateRequest

Hierarchy

  • JwtSupportedCredCreateRequest

Properties

context: object[]

Memberof

JwtSupportedCredCreateRequest

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

Metadata about the Credential Subject to help with display.

Type declaration

  • [key: string]: object

Memberof

JwtSupportedCredCreateRequest

cryptographic_binding_methods_supported?: string[]

Memberof

JwtSupportedCredCreateRequest

cryptographic_suites_supported?: string[]

Memberof

JwtSupportedCredCreateRequest

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

Type declaration

  • [key: string]: object

Memberof

JwtSupportedCredCreateRequest

format: string

Memberof

JwtSupportedCredCreateRequest

id: string

Memberof

JwtSupportedCredCreateRequest

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

JwtSupportedCredCreateRequest

type: string[]

List of credential types supported.

Memberof

JwtSupportedCredCreateRequest

Generated using TypeDoc