Wallet Attestation Config
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.