• Check a password against a player object

    Parameters

    • password: string

      Password to check

    • playerObj: DatabaseObject

      Player object to check against

    Returns Promise<boolean>

    true if the password matches, false otherwise

Generated using TypeDoc