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>? = null

Optional content that needs to be served under the previously passed in requestUrl with content type application/oauth-authz-req+jwt Pass in the RequestObjectParameters that the Wallet may have sent when requesting the request object.

Link copied to clipboard
val url: String

URL to invoke the wallet/holder