@minimaltech/node-infra
Version:
Minimal Technology NodeJS Infrastructure - Loopback 4 Framework
10 lines (9 loc) • 575 B
TypeScript
export declare class AuthenticateKeys {
static readonly APPLICATION_SECRET = "@app/authenticate/application_secret";
static readonly TOKEN_OPTIONS = "@app/authenticate/token_options";
static readonly REST_OPTIONS = "@app/authenticate/rest_options";
static readonly ALWAYS_ALLOW_PATHS = "@app/authenticate/always_allow_paths";
static readonly GET_TOKEN_EXPIRES_FN = "@app/authenticate/get_token_expires_fn";
static readonly OAUTH2_HANDLER = "@app/authenticate/oauth2_handler";
static readonly OAUTH2_OPTIONS = "@app/authenticate/oauth2_options";
}