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

NotifyLoginWindowSsoComplete() protected abstract method

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.
return void
		protected abstract void NotifyLoginWindowSsoComplete(
			RallyRestApi.AuthenticationResult authenticationResult, RallyRestApi api);
		#endregion