Success

data class Success(val credentials: Collection<Holder.StoreCredentialInput>, val refreshToken: RefreshTokenInfo? = null) : CredentialIssuanceResult(source)

Store credentials in credentials, and optionally the refreshToken for a later renewal of those credentials.

Constructors

Link copied to clipboard
constructor(credentials: Collection<Holder.StoreCredentialInput>, refreshToken: RefreshTokenInfo? = null)

Properties

Link copied to clipboard