Class: WorkOS::Types::AuthenticationFactorsCreateRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/authentication_factors_create_request_type.rb

Constant Summary collapse

GENERIC_OTP =
"generic_otp"
SMS =
"sms"
TOTP =
"totp"
ALL =
[GENERIC_OTP, SMS, TOTP].freeze