RefreshTokenInfo
@Serializable
Deprecated
Moved to at.asitplus.wallet.lib.agent and renamed to CredentialRenewalInfo
Replace with
import at.asitplus.wallet.lib.agent.CredentialRenewalInfo
Content copied to clipboard
CredentialRenewalInfoContent copied to clipboard
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)