UNPKG

835 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.AUTH_NON_MODEL_TYPES = exports.ON_DELETE_FIELD = exports.ON_UPDATE_FIELD = exports.ON_CREATE_FIELD = exports.DEFAULT_GROUP_CLAIM = exports.DEFAULT_GROUPS_FIELD = exports.GROUPS_AUTH_STRATEGY = exports.DEFAULT_IDENTITY_FIELD = exports.DEFAULT_OWNER_FIELD = exports.OWNER_AUTH_STRATEGY = void 0;
4exports.OWNER_AUTH_STRATEGY = 'owner';
5exports.DEFAULT_OWNER_FIELD = 'owner';
6exports.DEFAULT_IDENTITY_FIELD = 'username';
7exports.GROUPS_AUTH_STRATEGY = 'groups';
8exports.DEFAULT_GROUPS_FIELD = 'groups';
9exports.DEFAULT_GROUP_CLAIM = 'cognito:groups';
10exports.ON_CREATE_FIELD = 'onCreate';
11exports.ON_UPDATE_FIELD = 'onUpdate';
12exports.ON_DELETE_FIELD = 'onDelete';
13exports.AUTH_NON_MODEL_TYPES = 'authNonModelTypes';
14//# sourceMappingURL=constants.js.map
\No newline at end of file