SuccessIso

data class SuccessIso(val document: IsoDocumentParsed, val state: String?) : OidcSiopVerifier.AuthnResponseResult

Successfully decoded and validated the response from the Wallet (ISO credential)

Constructors

Link copied to clipboard
constructor(document: IsoDocumentParsed, state: String?)

Properties

Link copied to clipboard
val document: IsoDocumentParsed
Link copied to clipboard