Skip to content

Commit d72ccbc

Browse files
committed
Remove unspecified token type
1 parent 99f5a9f commit d72ccbc

File tree

1 file changed

+0
-1
lines changed
  • packages/auth/src/api/authentication

1 file changed

+0
-1
lines changed

packages/auth/src/api/authentication/token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import { Auth } from '../../model/public_types';
3333
import { AuthInternal } from '../../model/auth';
3434

3535
export const enum TokenType {
36-
UNSPECIFIED = 'TOKEN_TYPE_UNSPECIFIED',
3736
REFRESH_TOKEN = 'REFRESH_TOKEN',
3837
ACCESS_TOKEN = 'ACCESS_TOKEN'
3938
}

0 commit comments

Comments
 (0)