Class: Telnyx::Models::WellKnownRetrieveAuthorizationServerMetadataResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::WellKnownRetrieveAuthorizationServerMetadataResponse
- Defined in:
- lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb
Overview
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String?
Authorization endpoint URL.
-
#code_challenge_methods_supported ⇒ Array<String>?
Supported PKCE code challenge methods.
-
#grant_types_supported ⇒ Array<String>?
Supported grant types.
-
#introspection_endpoint ⇒ String?
Token introspection endpoint URL.
-
#issuer ⇒ String?
Authorization server issuer URL.
-
#jwks_uri ⇒ String?
JWK Set endpoint URL.
-
#registration_endpoint ⇒ String?
Dynamic client registration endpoint URL.
-
#response_types_supported ⇒ Array<String>?
Supported response types.
-
#scopes_supported ⇒ Array<String>?
Supported OAuth scopes.
-
#token_endpoint ⇒ String?
Token endpoint URL.
-
#token_endpoint_auth_methods_supported ⇒ Array<String>?
Supported token endpoint authentication methods.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(authorization_endpoint: nil, code_challenge_methods_supported: nil, grant_types_supported: nil, introspection_endpoint: nil, issuer: nil, jwks_uri: nil, registration_endpoint: nil, response_types_supported: nil, scopes_supported: nil, token_endpoint: nil, token_endpoint_auth_methods_supported: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 73
|
Instance Attribute Details
#authorization_endpoint ⇒ String?
Authorization endpoint URL
11 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 11 optional :authorization_endpoint, String |
#code_challenge_methods_supported ⇒ Array<String>?
Supported PKCE code challenge methods
17 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 17 optional :code_challenge_methods_supported, Telnyx::Internal::Type::ArrayOf[String] |
#grant_types_supported ⇒ Array<String>?
Supported grant types
23 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 23 optional :grant_types_supported, Telnyx::Internal::Type::ArrayOf[String] |
#introspection_endpoint ⇒ String?
Token introspection endpoint URL
29 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 29 optional :introspection_endpoint, String |
#issuer ⇒ String?
Authorization server issuer URL
35 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 35 optional :issuer, String |
#jwks_uri ⇒ String?
JWK Set endpoint URL
41 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 41 optional :jwks_uri, String |
#registration_endpoint ⇒ String?
Dynamic client registration endpoint URL
47 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 47 optional :registration_endpoint, String |
#response_types_supported ⇒ Array<String>?
Supported response types
53 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 53 optional :response_types_supported, Telnyx::Internal::Type::ArrayOf[String] |
#scopes_supported ⇒ Array<String>?
Supported OAuth scopes
59 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 59 optional :scopes_supported, Telnyx::Internal::Type::ArrayOf[String] |
#token_endpoint ⇒ String?
Token endpoint URL
65 |
# File 'lib/telnyx/models/well_known_retrieve_authorization_server_metadata_response.rb', line 65 optional :token_endpoint, String |