QesAuthorizeResponse

data class QesAuthorizeResponse(var authorizationUrl: String, var codeVerifier: String)

Constructors

Link copied to clipboard
constructor(authorizationUrl: String, codeVerifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authorization URL the wallet opens to identify and authorize signing.

Link copied to clipboard

PKCE code_verifier to pass back to qesSign.