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 an HTTP POST with params to url.