RefreshTokenInfo

@Serializable
data class RefreshTokenInfo(    val refreshToken: String,     val issuerMetadata: IssuerMetadata,     val oauthMetadata: OAuth2AuthorizationServerMetadata,     val credentialFormat: SupportedCredentialFormat,     val credentialIdentifier: String)(source)

Holds all information needed to refresh a credential, pass it to OpenId4VciClient.refreshCredential.

Constructors

Link copied to clipboard
constructor(    refreshToken: String,     issuerMetadata: IssuerMetadata,     oauthMetadata: OAuth2AuthorizationServerMetadata,     credentialFormat: SupportedCredentialFormat,     credentialIdentifier: String)

Properties

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