Get the available Auth Types strings as reported by the server. (e.g. "login", etc.)
[Visual Basic] Public Function GetAvailableAuthTypes() As String() [C#] public string[] GetAvailableAuthTypes(); [C++] public: String* GetAvailableAuthTypes() __gc[]; [JScript] public function GetAvailableAuthTypes(): String[];