Module: Cerca::Models::AuthInjection
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/cerca/models/auth_injection.rb
Overview
Where an API key or OAuth access token should be injected into outgoing tool-source requests.
Defined Under Namespace
Classes: HeaderAuthInjection, QueryAuthInjection
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(name:, value: nil, location: :header) ⇒ Object
Some parameter documentations has been truncated, see HeaderAuthInjection for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Cerca::Models::AuthInjection::HeaderAuthInjection, Cerca::Models::AuthInjection::QueryAuthInjection)
|
|
# File 'lib/cerca/models/auth_injection.rb', line 61
|
Instance Method Details
#initialize(name:, value: nil, location: :header) ⇒ Object
Some parameter documentations has been truncated, see HeaderAuthInjection for more details.
|
|
# File 'lib/cerca/models/auth_injection.rb', line 34
|