Expand description
A module for interacting with the WorkOS Multi-factor Authentication (MFA) API.
Structs§
- Authentication
Challenge - WorkOS Docs: Authentication Challenge
- Authentication
Challenge Id - The ID of an
AuthenticationChallenge. - Authentication
Factor - WorkOS Docs: Authentication Factor
- Authentication
Factor Id - The ID of an
AuthenticationFactor. - Authentication
Factor IdAnd Type - The ID and name of an
AuthenticationFactor. - Challenge
Factor Params - The parameters for
ChallengeFactor. - Mfa
- Multi-factor Authentication (MFA).
- MfaCode
- A multi-factor authentication (MFA) code.
- Verify
Challenge Params - The parameters for
VerifyChallenge. - Verify
Challenge Response - The response for
VerifyChallenge.
Enums§
- Authentication
Factor Type - The type of an
AuthenticationFactor. - Authentication
Factor Type String - The type of the authentication factor.
- Challenge
Authentication Factor Type - The type of authentication factor to challenge.
- Challenge
Factor Error - An error returned from
ChallengeFactor. - Delete
Factor Error - An error returned from
DeleteFactor. - Enroll
Factor Error - An error returned from
EnrollFactor. - Enroll
Factor Params - The parameters for
EnrollFactor. - GetFactor
Error - An error returned from
GetFactor. - Verify
Challenge Error - An error returned from
VerifyChallenge.