We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3870dc3 commit d95ae90Copy full SHA for d95ae90
src/core/enums/IterableAuthFailureReason.ts
@@ -2,6 +2,10 @@
2
* The reason for the failure of an authentication attempt.
3
*
4
* This is generally related to JWT token validation.
5
+ *
6
+ * FIXME: Android returns the string (EG: `'AUTH_TOKEN_EXPIRATION_INVALID'`),
7
+ * but iOS returns the enum value (EG: `0`). These should be standardized so
8
+ * that they both return the same type on either platform.
9
*/
10
export enum IterableAuthFailureReason {
11
/**
0 commit comments