SignedRequestByReference

data class SignedRequestByReference(    val walletUrl: String,     val requestUrl: String,     val requestUrlMethod: String = "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 (which will be signed).

Constructors

Link copied to clipboard
constructor(walletUrl: String, requestUrl: String, requestUrlMethod: String = "post")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard