DiscoveredCredentialOffer

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

Represents a discovered credential offer.

Constructors

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

Properties

Link copied to clipboard
val authorizeEndpoint: String
Link copied to clipboard
val credentialEndpoint: String
Link copied to clipboard
Link copied to clipboard
val issuer: String
Link copied to clipboard
val mdocIacasUri: String
Link copied to clipboard
val tokenEndpoint: String