videosphere
    Preparing search index...

    Function getUserPasswordHashById

    • Retrieves the stored bcrypt password hash for a user profile.

      Parameters

      • userId: string

        Auth user id to look up.

      Returns Promise<string>

      The password hash when present; otherwise null.