RequestByReference

data class RequestByReference(val walletUrl: String, val requestUrl: String, val requestUrlMethod: JarRequestParameters.RequestUriMethod = POST) : OpenId4VpVerifier.CreationOptions(source)

Appends requestUrl to walletUrl, callers need to call CreatedRequest.loadRequestObject with the Wallet's request to actually create the authn request object.

Constructors

Link copied to clipboard
constructor(walletUrl: String, requestUrl: String, requestUrlMethod: JarRequestParameters.RequestUriMethod = POST)

Properties

Link copied to clipboard
Link copied to clipboard