RefreshTokenInfo

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

Deprecated

Moved to at.asitplus.wallet.lib.agent and renamed to CredentialRenewalInfo

Replace with

import at.asitplus.wallet.lib.agent.CredentialRenewalInfo
CredentialRenewalInfo

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

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