枚举 AuthOperationName

枚举成员

调用重置密码函数: "callResetPasswordFunction"
确认: "confirm"
登录: "logIn"
使用匿名登录: "logInWithAnonymous"
使用 Api 密钥登录: "logInWithApiKey"
使用 Apple 登录: "logInWithApple"
使用电子邮件密码登录: "logInWithEmailPassword"
使用 Facebook 登录: "logInWithFacebook"
使用函数登录: "logInWithFunction"
使用 Google 登录: "logInWithGoogle"
使用 JWT 登录: "logInWithJWT"
注销: "logOut"
报名: "register"
重新发送确认电子邮件: "resendConfirmationEmail"
重置密码: "resetPassword"
重试自定义确认: "retryCustomConfirmation"
发送重置密码电子邮件: "sendResetPasswordEmail"

使用TypeDoc生成