server/database/entities/Token.ts

7 lines
76 B
TypeScript

/**
* The type of token.
*/
export enum TokenType {
BEARER = "Bearer",
}