terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
string | ConnectionGroupId [get] |
bool | Complete [get] |
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 6 of file Authorization.cs.