GEThttps://api.stack-auth.com/api/v1/auth/oauth/authorize/provider_id?client_id=client_id&client_secret=client_secret&redirect_uri=redirect_uri&scope=scope&state=state&grant_type=grant_type&code_challenge=code_challenge&code_challenge_method=code_challenge_method&response_type=response_type
Path Parameters
Query Parameters
View in API Reference
Request
$curl -G https://api.stack-auth.com/api/v1/auth/oauth/authorize/provider_id \
> -d client_id=client_id \
> -d client_secret=client_secret \
> -d redirect_uri=redirect_uri \
> -d scope=scope \
> -d state=state \
> -d grant_type=grant_type \
> -d code_challenge=code_challenge \
> -d code_challenge_method=code_challenge_method \
> -d response_type=response_type
Response