Type Alias responsesOauthAnswerCallbackResponse302
OAuth provider redirects here after the user authorizes (or denies) the connection.
The server exchanges the code for profile data, stores it as the answer for the question encoded in state, then redirects the user to r.
The redirect URL (r) will always receive the following query parameters:
OAuth provider redirects here after the user authorizes (or denies) the connection. The server exchanges the code for profile data, stores it as the answer for the question encoded in
state, then redirects the user tor.The redirect URL (
r) will always receive the following query parameters:statussuccess|errorerroraccess_denied)status=error.Example redirects:*
{r}?status=success{r}?status=error&error=access_denied