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.