Module: FinchAPI::Models::Provider::AuthenticationMethod::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/finch_api/models/provider.rb,
sig/finch_api/models/provider.rbs

Overview

The type of authentication method

See Also:

  • FinchAPI::Models::Provider::AuthenticationMethod#type

Constant Summary collapse

ASSISTED =

Returns:

  • (:assisted)
:assisted
CREDENTIAL =

Returns:

  • (:credential)
:credential
API_TOKEN =

Returns:

  • (:api_token)
:api_token
API_CREDENTIAL =

Returns:

  • (:api_credential)
:api_credential
OAUTH =

Returns:

  • (:oauth)
:oauth
API =

Returns:

  • (:api)
:api

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/finch_api/models/provider.rb', line 136

Instance Method Details

#self?.values::Array[FinchAPI::Models::Provider::AuthenticationMethod::type_]

Returns:

  • (::Array[FinchAPI::Models::Provider::AuthenticationMethod::type_])


123
# File 'sig/finch_api/models/provider.rbs', line 123

def self?.values: -> ::Array[FinchAPI::Models::Provider::AuthenticationMethod::type_]