ApiSchemas
RedirectUriNotAllowedEncoded
One shape from the contract, as it appears on the wire.
Used by connections.authorize
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"RedirectUriNotAllowed"
]
},
"redirectUri": {
"type": "string"
},
"allowed": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"_tag",
"redirectUri",
"allowed"
],
"additionalProperties": false
}