Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Authorization (string? token) | |
Authorization (string? token, bool finished) | |
Authorization (string? token, bool finished, string? connectionGroupId) | |
Package Functions | |
Authorization (string token, bool finished, string connectionGroupId, bool mutualAuth) | |
Properties | |
string? | Message [get] |
string? | ConnectionGroupId [get] |
bool | Complete [get, set] |
string?[] | ProtectionRealm [get, set] |
bool | MutuallyAuthenticated [get, set] |
Private Attributes | |
string[] | _protectionRealm |
bool | _mutualAuth |
Definition at line 3 of file Authorization.cs.