CreatedRequest

data class CreatedRequest(val url: String, val loadRequestObject: suspend (RequestObjectParameters?) -> KmmResult<String>? = null)(source)

Constructors

Link copied to clipboard
constructor(url: String, loadRequestObject: suspend (RequestObjectParameters?) -> KmmResult<String>? = null)

Properties

Link copied to clipboard
val loadRequestObject: suspend (RequestObjectParameters?) -> KmmResult<String>?

Optional content that needs to be served under the previously passed in requestUrl (see CreationOptions.RequestByReference.requestUrl or CreationOptions.SignedRequestByReference.requestUrl in call to OpenId4VpVerifier.createAuthnRequest) with content type application/oauth-authz-req+jwt (see at.asitplus.wallet.lib.data.MediaTypes.Application.AUTHZ_REQ_JWT).

Link copied to clipboard
val url: String

URL to invoke the wallet, may be rendered as a QR Code.