Class FRUserAbstract

High-level API for logging a user in/out and getting profile information.

Hierarchy

  • FRUser

Methods

Constructors

Methods

  • Logs the user in with the specified step handler, acquires OAuth tokens, and retrieves user profile. Currently not implemented.

    Typeparam

    T The type of user object expected

    Type Parameters

    • T

    Parameters

    • handler: FRStepHandler

      The function to invoke when handling authentication steps

    • Optional options: ConfigOptions

      Configuration overrides

    Returns Promise<FRStep | T>

Constructors