argos/dmp-frontend/src/app/user-management/utilties/LoginOptions.ts

9 lines
168 B
TypeScript
Raw Normal View History

2018-01-10 17:05:23 +01:00
export enum LoginOptions{
linkedInOauth = 1,
facebookOauth = 2,
twitterOauth = 3,
googleOauth = 4,
nativeLogin = 5,
2018-02-23 11:36:51 +01:00
b2Access = 6,
all = 7,
2018-01-10 17:05:23 +01:00
}