Post

data class Post(val url: String, val params: Map<String, String>) : AuthenticationResponseResult(source)

Wallet returns the AuthenticationResponseParameters as form parameters, which shall be posted to redirect_uri of the Relying Party, i.e. clients should execute that POST with params to url.

Constructors

Link copied to clipboard
constructor(url: String, params: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String