UNPKG

@kinde-oss/kinde-nodejs-sdk

Version:

Kinde Nodejs SDK allows integrate with Express server using middleware, helpers function

13 lines (12 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var GrantType = { CLIENT_CREDENTIALS: 'client_credentials', AUTHORIZATION_CODE: 'authorization_code', PKCE: 'pkce' }; var _default = GrantType; exports["default"] = _default;