Redirect
data class Redirect(val url: String, val params: AuthenticationResponseParameters) : AuthenticationResponseResult
Wallet returns the AuthenticationResponseParameters as fragment parameters appended to the redirect_uri of the Relying Party, i.e. clients should simply open the url. The params are also included for further use.