Sign in

Enum: Authenticators

Authenticators = "password" | "passkey" | "email" | "phone" | "google" | "apple" | "facebook" | "microsoft" | "github" | "gitlab" | "discord" | "twitter" | "linkedin" | "xero"

Supported authentication methods and identity providers.

Type Declaration

  • password - Username/password authentication.
  • passkey - Passkey (WebAuthn / FIDO2) authentication.
  • email - Email-based authentication (magic link or OTP).
  • phone - Phone-based authentication (SMS OTP).
  • google - Google identity provider.
  • apple - Apple identity provider.
  • facebook - Facebook identity provider.
  • microsoft - Microsoft identity provider.
  • github - GitHub identity provider.
  • gitlab - GitLab identity provider.
  • discord - Discord identity provider.
  • twitter - Twitter (X) identity provider.
  • linkedin - LinkedIn identity provider.
  • xero - Xero identity provider.
© 2024 MonoCloud. All rights reserved.