UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

7 lines (6 loc) 131 B
const authenticationTypes = { JWT: 'jwt', OAUTH2: 'oauth2', SESSION: 'session', }; export default authenticationTypes;