Supported Scopes
Details about the OAuth 2.0 Scopes Authgear supports
GET https://your-project.authgear.cloud/oauth2/authorize?
client_id=<CLIENT_ID>&
scope=openid+offline_access&
redirect_url=<REDIRECT_URI>1. openid
{
"access_token": "<ACCESS_TOKEN_VALUE>",
"expires_in": 1800,
"id_token": "<ID_TOKEN_VALUE>",
"token_type": "Bearer"
}2. offline_access
3. https://authgear.com/scopes/full-userinfo
Last updated
Was this helpful?