Class: Auth0::Types::ConnectionScopeOAuth2
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Auth0::Types::ConnectionScopeOAuth2
- Extended by:
- Internal::Types::Union
- Defined in:
- lib/auth0/types/connection_scope_o_auth2.rb
Overview
OAuth 2.0 scopes requested from the identity provider during authorization. Determines what user information and permissions Auth0 can access. Can be specified as a space-delimited string (e.g., ‘openid profile email’) or array of scope values. The ‘useOauthSpecScope’ setting controls delimiter behavior when using connection_scope parameter.
Method Summary
Methods included from Internal::Types::Union
coerce, discriminant, load, member, members, type_member?
Methods included from Internal::Types::Type
Methods included from Internal::JSON::Serializable
Methods inherited from Internal::Types::Model
#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h
Constructor Details
This class inherits a constructor from Auth0::Internal::Types::Model