UNPKG

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