Constructors

Properties

auth: SupabaseAuthClient

Methods

  • Parameters

    • email: string
    • password: string

    Returns Promise<{
        session: Session;
        user: User;
        weakPassword?: WeakPassword;
    }>

  • Parameters

    • email: string
    • password: string

    Returns Promise<{
        session: null | Session;
        user: null | User;
    }>

""