We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fb37c6 + c9ab812 commit c907475Copy full SHA for c907475
src/lib/codes.ts
@@ -12,6 +12,8 @@ export enum codes {
12
TOKEN_EXPIRED = 'TOKEN_EXPIRED',
13
// Token does not contain expected parts after decrypting
14
TOKEN_MALFORMED = 'TOKEN_MALFORMED',
15
+ // Refresh token is invalid
16
+ INVALID_REFRESH_TOKEN = 'INVALID_REFRESH_TOKEN',
17
18
// Permissions Flags
19
// User has insufficient permissions for the desired action
0 commit comments