Rally.RestApi.Auth.ApiAuthManager.NotifyLoginWindowSsoComplete C# (CSharp) Метод

NotifyLoginWindowSsoComplete() защищенный абстрактный Метод

Notifies the login window that SSO has been completed.
protected abstract NotifyLoginWindowSsoComplete ( RallyRestApi authenticationResult, RallyRestApi api ) : void
authenticationResult RallyRestApi The current state of the authentication process.
api RallyRestApi The API that was authenticated against.
Результат void
		protected abstract void NotifyLoginWindowSsoComplete(
			RallyRestApi.AuthenticationResult authenticationResult, RallyRestApi api);
		#endregion