ENUM
AuthenticationFactorType
The authentication factor type.
link GraphQL Schema definition
- enum AuthenticationFactorType {
- # Receive one-time passcodes via email
- # Receive one-time passcodes via SMS
- # Generate time-based one-time passcodes with a user-configured application
- # Generate a set of single-use codes for use when no other authentication factors
- # are available
- }
link Require by
- AuthenticationFactorA user's authentication factors.
- CreateAuthenticationFactorMutationInputThe input object that defines the fields for the createAuthenticationFactor mutation.
- VerifyOneTimePasswordForAuthenticationFactorMutationInputThe input object that defines the fields for the verifyOneTimePasswordForAuthenticationFactor mutation.