Starts enrollment of an authentication method. Returns a
challenge response containing
auth_session and type-specific data.
Completes enrollment by verifying the challenge
response. Returns the created
AuthenticationMethod.
Returns a single authentication method by its ID.
Returns the authenticated user's enrolled authentication methods, optionally filtered by type.
Optionaltype:
AuthenticationMethodType
Returns the list of factors with their enabled and enrollment status.
Updates the specified authentication method (e.g. name, preferred phone method).
Observable-based MyAccount API client exposed by
AuthService.myAccount.This is the Angular counterpart of
MyAccountApiClientfrom@auth0/auth0-spa-js. All methods returnObservableinstead ofPromise.