RSX Code Reference
    Preparing search index...
    • rsx
    • CloudUserInformation

    Class CloudUserInformation

    A class that holds information about a RSX Cloud user.

    Hierarchy (View Summary)

    Index
    • Returns CloudUserInformation

    • Parameters

      • firstName: string
      • lastName: string
      • email: string
      • OptionalisInternalConstructor: boolean

      Returns CloudUserInformation

    • 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