UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

18 lines 935 B
export class CoreBindings { static APPLICATION_INSTANCE = '@app/application/instance'; static DEFAULT_AUTH_PROVIDER = '@app/application/auth/default'; static DEFAULT_I18N_PROVIDER = '@app/application/i18n/default'; static DEFAULT_REST_DATA_PROVIDER = '@app/application/data/rest/default'; static AUTH_PROVIDER_OPTIONS = '@app/application/options/auth'; static DEFAULT_AUTH_SERVICE = '@app/application/service/auth/default'; static REST_DATA_PROVIDER_OPTIONS = '@app/application/options/rest/data'; static I18N_PROVIDER_OPTIONS = '@app/application/options/i18n'; } export class LocalStorageKeys { static KEY_AUTH_TOKEN_VALUE = '@app/auth/token/value'; static KEY_AUTH_TOKEN_TYPE = '@app/auth/token/type'; static KEY_AUTH_TOKEN = '@app/auth/token'; static KEY_AUTH_IDENTITY = '@app/auth/identity'; static KEY_AUTH_PERMISSION = '@app/auth/permission'; } //# sourceMappingURL=keys.js.map