terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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) | |
void | SetComplete (bool complete) |
Package Attributes | |
string | ModuleAuthenticationType |
Properties | |
string | Message [get, set] |
string | ConnectionGroupId [get, set] |
bool | Complete [get, set] |
string[] | ProtectionRealm [get, set] |
bool | MutuallyAuthenticated [get, set] |
Private Attributes | |
string | m_Message |
bool | m_Complete |
string[] | m_ProtectionRealm |
string | m_ConnectionGroupId |
bool | m_MutualAuth |
Definition at line 9 of file Authorization.cs.