This commit is contained in:
parent
e7ad5656e3
commit
3bc5538a69
@ -14,7 +14,7 @@ import keystore from './KeyStore';
|
||||
import blacklist from './Blacklist';
|
||||
|
||||
// eslint-disable-next-line no-shadow
|
||||
type TokenType = 'access_token'|'refresh_token'|'part_token'|'none'
|
||||
type TokenType = 'access_token' | 'none' | 'part_token' | 'refresh_token'
|
||||
|
||||
interface VerificationResult {
|
||||
authorized: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user