Redirect to Twitch userinfo with parameters and claims
GET/auth/redirect/twitch
Redirect to Twitch userinfo with parameters and claims
Request
Query Parameters
any_parameter string
Any query parameters to pass along
Responses
- 302
- 400
- 500
- default
Redirect to Twitch userinfo endpoint with additional claims
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Bad Request"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Internal Server Error"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...