Variable AuthOperationNamesConst
AuthOperationNames: {
forgotPassword: "forgotPassword";
loginWithCredentials: "loginWithCredentials";
loginWithOtp: "loginWithOtp";
logoutFromAllSessions: "logoutFromAllSessions";
logoutFromCurrentSession: "logoutFromCurrentSession";
resetPassword: "resetPassword";
subscribe: "subscribe";
} = ...
Type Declaration
ReadonlyforgotPassword: "forgotPassword"
ReadonlyloginWithCredentials: "loginWithCredentials"
ReadonlyloginWithOtp: "loginWithOtp"
ReadonlylogoutFromAllSessions: "logoutFromAllSessions"
ReadonlylogoutFromCurrentSession: "logoutFromCurrentSession"
ReadonlyresetPassword: "resetPassword"
Readonlysubscribe: "subscribe"