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