RAGS - v1.10.0
    Preparing search index...

    Variable authenticate

    authenticate: (password: string) => Promise<unknown>

    Type Declaration

      • (password: string): Promise<unknown>
      • Authenticates the current user with the given password via PAM.

        Parameters

        • password: string

          The password to verify

        Returns Promise<unknown>

        A promise that resolves on success or rejects on failure