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
Copy file name to clipboardExpand all lines: auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManagerException.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ public class CredentialsManagerException :
215
215
Code.SSO_EXCHANGE_FAILED->"The exchange of the refresh token for SSO credentials failed."
216
216
Code.MFA_REQUIRED->"Multi-factor authentication is required to complete the credential renewal."
217
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."
218
+
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
219
Code.UNKNOWN_ERROR->"An unknown error has occurred while fetching the token. Please check the error cause for more details."
0 commit comments