IssuerConfig
data class IssuerConfig(val baseUrl: String, val clientId: String, val redirectUri: String, val dpopPolicy: DpopPolicy = DpopPolicy.ALLOW_BEARER_FALLBACK)
Points the wallet at the integrator's OpenID4VCI issuance endpoint.
For revocation to work, your issuer must put a status reference in each credential and publish the signed status list it points to.
Constructors
Link copied to clipboard
constructor(baseUrl: String, clientId: String, redirectUri: String, dpopPolicy: DpopPolicy = DpopPolicy.ALLOW_BEARER_FALLBACK)
Properties
Link copied to clipboard
How to handle issuers that don't support DPoP-bound access tokens. See DpopPolicy.
Link copied to clipboard