/** * Supported token types for Identity OWOX. */ export type TokenType = 'access_token' | 'refresh_token'; //# sourceMappingURL=tokenType.d.ts.map