Class: WorkOS::Types::AuthenticationFactorEnrolledType

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

Constant Summary collapse

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