Skip to content

Commit e6e804d

Browse files
committed
Minor error text change
1 parent e2c65d4 commit e6e804d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManagerException.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public class CredentialsManagerException :
214214
Code.API_ERROR -> "An error occurred while processing the request."
215215
Code.SSO_EXCHANGE_FAILED ->"The exchange of the refresh token for SSO credentials failed."
216216
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. This can happen after a device backup/restore, factory reset, or biometric enrollment change. Re-authentication is required."
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."
218218
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."
219219
Code.UNKNOWN_ERROR -> "An unknown error has occurred while fetching the token. Please check the error cause for more details."
220220
}

0 commit comments

Comments
 (0)