scopes property
OAuth2 scopes to request
Frappe OAuth2 supports the following scopes:
- 'openid': OpenID Connect scope (required for ID token)
- 'all': Full access scope
Default: 'openid', 'all'
Note: Frappe does NOT support 'profile', 'email', or other standard OIDC scopes. See: https://docs.frappe.io/framework/user/en/guides/integration/rest_api/oauth-2
Implementation
final List<String> scopes;