Class CloudUserInformation

A class that holds information about a RSX Cloud user.

Hierarchy (view full)

Constructors

  • Performs Alloc2.

    Parameters

    • Optionaloptions: {
          email: string;
          firstName: string;
          lastName: string;
      }

      Options object for the function call.

      • email: string

        The email.

      • firstName: string

        The firstName.

      • lastName: string

        The lastName.

    • OptionalisInternalConstructor: boolean

    Returns CloudUserInformation

Accessors

  • get email(): string
  • The user's email address.

    Returns string

  • get firstName(): string
  • The user's first name as on his profile.

    Returns string

  • get lastName(): string
  • The user's last name as on his profile.

    Returns string

  • get profilePictureURL(): string
  • The user's profile picture URL, if one is set.

    Returns string

  • get username(): string
  • The user's username, as used for logging in.

    Returns string

  • get uuid(): UUID
  • The user UUID. Usually used to identify the user on web services.

    Returns UUID