Success

data class Success(val vp: VerifiablePresentationParsed, val state: String? = null) : AuthnResponseResult(source)

Successfully decoded and validated the response from the Wallet (VC in JWT)

Constructors

Link copied to clipboard
constructor(vp: VerifiablePresentationParsed, state: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard