@minimaltech/node-infra
Version:
Minimal Technology NodeJS Infrastructure - Loopback 4 Framework
14 lines • 728 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticateKeys = void 0;
class AuthenticateKeys {
}
exports.AuthenticateKeys = AuthenticateKeys;
AuthenticateKeys.APPLICATION_SECRET = '@app/authenticate/application_secret';
AuthenticateKeys.TOKEN_OPTIONS = '@app/authenticate/token_options';
AuthenticateKeys.REST_OPTIONS = '@app/authenticate/rest_options';
AuthenticateKeys.ALWAYS_ALLOW_PATHS = '@app/authenticate/always_allow_paths';
AuthenticateKeys.GET_TOKEN_EXPIRES_FN = '@app/authenticate/get_token_expires_fn';
AuthenticateKeys.OAUTH2_HANDLER = '@app/authenticate/oauth2_handler';
AuthenticateKeys.OAUTH2_OPTIONS = '@app/authenticate/oauth2_options';
//# sourceMappingURL=keys.js.map