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
@@ -207,6 +214,8 @@ public class CredentialsManagerException :
207
214
Code.API_ERROR->"An error occurred while processing the request."
208
215
Code.SSO_EXCHANGE_FAILED->"The exchange of the refresh token for SSO credentials failed."
209
216
Code.MFA_REQUIRED->"Multi-factor authentication is required to complete the credential renewal."
217
+
Code.DPOP_KEY_MISSING->"The stored credentials are DPoP-bound but the DPoP key pair is no longer available in the Android KeyStore. Re-authentication is required."
218
+
Code.DPOP_NOT_CONFIGURED->"The stored credentials are DPoP-bound but the AuthenticationAPIClient used by this CredentialsManager was not configured with useDPoP(context). Call AuthenticationAPIClient(auth0).useDPoP(context) and pass the configured client to CredentialsManager."
210
219
Code.UNKNOWN_ERROR->"An unknown error has occurred while fetching the token. Please check the error cause for more details."
0 commit comments