You can obtainan a client of FPUser, which provides all of the FPUser's functionality.

Hierarchy

  • FPUser

Constructors

  • Parameters

    • Optional key: string

    Returns FPUser

Properties

attrs: any
key: any

Methods

  • Extend several attributes of the FPUser client.

    Parameters

    • attrs: {
          [key: string]: string;
      }

      key-value pairs.

      • [key: string]: string

    Returns FPUser

  • Get attribute value of a specified attribute key.

    Parameters

    • attrName: string

      The attribute key.

    Returns undefined | string

  • Get all attributes of the FPUser client.

    Returns {
        [key: string]: string;
    }

    • [key: string]: string
  • Get the unique key of the FPUser client.

    Returns string

  • Change a stable key for the FPUser client.

    Parameters

    • key: string

      The uqique FPUser key.

    Returns FPUser

  • Upload attributes to the FPUser client.

    Parameters

    • attrName: string

      The attribute key.

    • attrValue: string

      The attribute value.

    Returns FPUser

Generated using TypeDoc