WalletAttestationConfig

data class WalletAttestationConfig(val baseUrl: String, val attesterPath: String, val bearerToken: String = "", val hostHeader: String = "")

OAuth 2.0 client-attestation configuration used during mobile issuance.

The wallet uses this configuration to request a client attestation JWT from the enterprise client-attester service and attach the resulting proof to token requests.

Constructors

Link copied to clipboard
constructor(baseUrl: String, attesterPath: String, bearerToken: String = "", hostHeader: String = "")

Properties

Link copied to clipboard

Path to the attester endpoint, relative to baseUrl.

Link copied to clipboard

Base URL of the deployment that hosts the attester service.

Link copied to clipboard

Optional bearer token for protected attester endpoints.

Link copied to clipboard

Optional Host header override for tunneled local tests.