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
@@ -215,6 +218,7 @@ public class CredentialsManagerException :
215
218
Code.SSO_EXCHANGE_FAILED->"The exchange of the refresh token for SSO credentials failed."
216
219
Code.MFA_REQUIRED->"Multi-factor authentication is required to complete the credential renewal."
217
220
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."
221
+
Code.DPOP_KEY_MISMATCH->"The stored credentials are DPoP-bound but the current DPoP key pair does not match the one used when credentials were saved. Re-authentication is required."
218
222
Code.DPOP_NOT_CONFIGURED->"The stored credentials are DPoP-bound but the AuthenticationAPIClient used by this credentials manager was not configured with useDPoP(context). Call AuthenticationAPIClient(auth0).useDPoP(context) and pass the configured client to the credentials manager."
219
223
Code.UNKNOWN_ERROR->"An unknown error has occurred while fetching the token. Please check the error cause for more details."
0 commit comments