Class: WorkOS::Types::RadarStandaloneAssessRequestAuthMethod

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

Constant Summary collapse

PASSWORD =
"Password"
PASSKEY =
"Passkey"
AUTHENTICATOR =
"Authenticator"
SMS_OTP =
"SMS_OTP"
EMAIL_OTP =
"Email_OTP"
SOCIAL =
"Social"
SSO =
"SSO"
OTHER =
"Other"
ALL =
[PASSWORD, PASSKEY, AUTHENTICATOR, SMS_OTP, EMAIL_OTP, SOCIAL, SSO, OTHER].freeze