You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Call that endpoint from your app, passing the user's access token as a `Bearer` token in the `Authorization` header.
111
112
3. On your backend, obtain a machine-to-machine token via the Client Credentials flow and use it to call the Management API with the precise scopes required.
112
113
114
+
### Deprecated MFA Methods Removed from AuthenticationAPIClient
115
+
116
+
The following MFA methods have been removed from `AuthenticationAPIClient`. They were deprecated in v3 in favor of the `MfaApiClient` class APIs.
0 commit comments