export enum LoginOptions { linkedInOauth = 1, facebookOauth = 2, twitterOauth = 3, googleOauth = 4, nativeLogin = 5, b2Access = 6, all = 7, }