Verify the redirect from the connect account flow and complete the connecting of the account.
Completion parameters including auth session, connect code, and redirect URI
A promise that resolves to the completed connected account details
Get a ticket for the connect account flow.
Connection parameters including connection name and redirect URI
A promise that resolves to a connect response with the redirect URI and auth session
Delete an authentication method by ID.
The ID of the authentication method to delete
A promise that resolves when the authentication method has been deleted
Start the enrollment of an authentication method for the current user. The response shape varies by type.
Enrollment challenge options specifying the factor type and any type-specific fields
A promise that resolves to the enrollment challenge response (shape varies by type)
Confirm the enrollment of an authentication method to complete registration.
Enrollment verify options including the auth session and type-specific verification data
A promise that resolves to the confirmed authentication method
Get an authentication method by ID.
The ID of the authentication method to retrieve
A promise that resolves to the authentication method
Get a list of all authentication methods for the current user.
Optionaltype: AuthenticationMethodTypeOptional filter to return only methods of a specific type
A promise that resolves to an array of authentication methods
Get the status of all factors for the current user.
A promise that resolves to an array of factors with their enabled/disabled status
Update details of an authentication method by ID.
The ID of the authentication method to update
The fields to update (e.g. name, preferred_authentication_method for phone)
A promise that resolves to the updated authentication method
Client for Auth0 MyAccount API operations.
Provides methods for managing the current user's account: