Rally.RestApi.Auth.ApiAuthManager.ApiAuthManager C# (CSharp) Method

ApiAuthManager() static private method

static private ApiAuthManager ( ) : Rally.RestApi.Connection
return Rally.RestApi.Connection
		static ApiAuthManager()
		{
			Configure(null);
		}
		/// <summary>

Same methods

ApiAuthManager::ApiAuthManager ( bool isUiSupported, string applicationToken, string encryptionKey, IEncryptionRoutines encryptionRoutines, string webServiceVersion = RallyRestApi.DEFAULT_WSAPI_VERSION, TraceFieldEnum traceInfo = RallyRestApi.DEFAULT_TRACE_FIELDS ) : Rally.RestApi.Connection