Class: Cerca::Models::OAuthExchangeConfig::ClientCredentialsOAuthExchange
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#audience ⇒ String?
40
|
# File 'lib/cerca/models/oauth_exchange_config.rb', line 40
optional :audience, String
|
#client_id ⇒ String
20
|
# File 'lib/cerca/models/oauth_exchange_config.rb', line 20
required :client_id, String, api_name: :clientId
|
#client_secret_connection_id ⇒ String
25
|
# File 'lib/cerca/models/oauth_exchange_config.rb', line 25
required :client_secret_connection_id, String, api_name: :clientSecretConnectionId
|
45
|
# File 'lib/cerca/models/oauth_exchange_config.rb', line 45
optional :extra_params, Cerca::Internal::Type::HashOf[String], api_name: :extraParams
|
#grant_type ⇒ Symbol, :client_credentials
30
|
# File 'lib/cerca/models/oauth_exchange_config.rb', line 30
required :grant_type, const: :client_credentials, api_name: :grantType
|
#token_url ⇒ String
35
|
# File 'lib/cerca/models/oauth_exchange_config.rb', line 35
required :token_url, String, api_name: :tokenUrl
|