Pawnote
    Preparing search index...

    Function loginCredentials

    • Logs in using user credentials.

      Parameters

      • session: SessionHandle

        The current session handle.

      • auth: PasswordAuthenticationParams

        The authentication details including URL, username, password, account kind, device UUID, and optional navigator identifier.

      Returns Promise<
          Readonly<
              {
                  kind: AccountKind;
                  navigatorIdentifier: string;
                  token: string;
                  url: string;
                  username: string;
              },
          >,
      >

      A promise resolving to the refreshed session information.