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

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

Overview

The type of authentication method.

See Also:

  • Provider::AuthenticationMethod#type

Constant Summary collapse

ASSISTED =
:assisted
CREDENTIAL =
:credential
API_TOKEN =
:api_token
API_CREDENTIAL =
:api_credential
OAUTH =
:oauth

Class Method Summary collapse

Methods included from Internal::Type::Enum

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

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


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