OpenID4VCIClientPreferences

data class OpenID4VCIClientPreferences(val clientId: String, val redirectUrl: String, val locales: List<String>, val signingAlgorithms: List<Algorithm>)

Client set-up for ProvisioningClient that support Openid4Vci provisioning.

Constructors

Link copied to clipboard
constructor(clientId: String, redirectUrl: String, locales: List<String>, signingAlgorithms: List<Algorithm>)

Properties

Link copied to clipboard

OAuth2 client_id parameter

Link copied to clipboard

List of locales in the order of preference that this client supports

Link copied to clipboard

OAuth2 redirect_url

Link copied to clipboard

Digital signing algorithms that this client supports