Openid4VciCredentialOfferPreauthorizedCode
data class Openid4VciCredentialOfferPreauthorizedCode(val issuerUri: String, val configurationId: String, val authorizationServer: String?, val preauthorizedCode: String, val txCode: Openid4VciTxCode?) : Openid4VciCredentialOffer
Credential offer with Grant Type urn:ietf:params:oauth:grant-type:pre-authorized_code
.
Constructors
Link copied to clipboard
constructor(issuerUri: String, configurationId: String, authorizationServer: String?, preauthorizedCode: String, txCode: Openid4VciTxCode?)