Oauth
OAuth authorize endpoint
This endpoint is used to initiate the OAuth authorization flow. there are two purposes for this endpoint: 1. Authenticate a user with an OAuth provider. 2. Link an existing user with an OAuth provider.
get/auth/oauth/authorize/{provider_id}
Path parameters
provider_idstring required
Query parameters
typestring
tokenstring
provider_scopestring
error_redirect_uristring
after_callback_redirect_urlstring
stack_response_modestring
bot_challenge_tokenstring
bot_challenge_phasestring
bot_challenge_unavailablestring
client_idstring required
client_secretstring required
redirect_uristring required
scopestring required
statestring required
grant_typestring required
code_challengestring required
code_challenge_methodstring required
response_typestring required
Response
Successful response