Auth0 · Schema

ConnectionScopeGoogleOAuth2

Array of OAuth 2.0 scopes requested during Google authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionscopegoogleoauth2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionScopeGoogleOAuth2",
  "title": "ConnectionScopeGoogleOAuth2",
  "description": "Array of OAuth 2.0 scopes requested during Google authentication.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionScopeArray"
    }
  ]
}