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

10 lines
149 B
TypeScript
Raw Normal View History

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