UNPKG

@supabase/auth-js

Version:
20 lines 549 B
const WeakPasswordReasons = ['length', 'characters', 'pwned']; const AMRMethods = [ 'password', 'otp', 'oauth', 'totp', 'mfa/totp', 'mfa/phone', 'mfa/webauthn', 'anonymous', 'sso/saml', 'magiclink', 'web3', 'oauth_provider/authorization_code', ]; const FactorTypes = ['totp', 'phone', 'webauthn']; const FactorVerificationStatuses = ['verified', 'unverified']; const MFATOTPChannels = ['sms', 'whatsapp']; export const SIGN_OUT_SCOPES = ['global', 'local', 'others']; //# sourceMappingURL=types.js.map