DiscoveredCredentialOffer

@Serializable
data class DiscoveredCredentialOffer(val issuer: String, val authorizeEndpoint: String, val tokenEndpoint: String, val credentialsEndpoint: String, val credentials: List<OfferedCredential>, val mdocIacasUri: String, val requestParameters: RequestParameters?)

Represents a discovered credential offer.

Constructors

Link copied to clipboard
constructor(issuer: String, authorizeEndpoint: String, tokenEndpoint: String, credentialsEndpoint: String, credentials: List<OfferedCredential>, mdocIacasUri: String, requestParameters: RequestParameters?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard