Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Apex.LoginResponseContent Class ReferenceSerializable

[Serializable] More...

Inheritance diagram for PixoVR.Apex.LoginResponseContent:
[legend]

Public Member Functions

bool HasErrored ()
 
bool IsPlatformSuperadmin ()
 

Public Attributes

string Email
 
string First
 
int ID
 
string Last
 
int MinimumPassingScore
 
Organization Org
 
int OrgId
 
string Role
 
string Token
 

Detailed Description

[Serializable]

Definition at line 180 of file ApexTypes.cs.

Member Function Documentation

◆ HasErrored()

bool PixoVR.Apex.LoginResponseContent.HasErrored ( )
inline

Implements PixoVR.Apex.IPlatformErrorable.

Definition at line 192 of file ApexTypes.cs.

◆ IsPlatformSuperadmin()

bool PixoVR.Apex.LoginResponseContent.IsPlatformSuperadmin ( )
inline

Definition at line 197 of file ApexTypes.cs.

Member Data Documentation

◆ Email

string PixoVR.Apex.LoginResponseContent.Email

Definition at line 186 of file ApexTypes.cs.

◆ First

string PixoVR.Apex.LoginResponseContent.First

Definition at line 184 of file ApexTypes.cs.

◆ ID

int PixoVR.Apex.LoginResponseContent.ID

Definition at line 182 of file ApexTypes.cs.

◆ Last

string PixoVR.Apex.LoginResponseContent.Last

Definition at line 185 of file ApexTypes.cs.

◆ MinimumPassingScore

int PixoVR.Apex.LoginResponseContent.MinimumPassingScore

Definition at line 190 of file ApexTypes.cs.

◆ Org

Organization PixoVR.Apex.LoginResponseContent.Org

Definition at line 189 of file ApexTypes.cs.

◆ OrgId

int PixoVR.Apex.LoginResponseContent.OrgId

Definition at line 183 of file ApexTypes.cs.

◆ Role

string PixoVR.Apex.LoginResponseContent.Role

Definition at line 188 of file ApexTypes.cs.

◆ Token

string PixoVR.Apex.LoginResponseContent.Token

Definition at line 187 of file ApexTypes.cs.


The documentation for this class was generated from the following file: