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

ShowUserLoginWindow() public method

Authenticates the user against Rally. This must be called from the UI thread.
public ShowUserLoginWindow ( AuthenticationStateChange authenticationStateChange, SsoAuthenticationComplete ssoAuthenticationComplete ) : void
authenticationStateChange AuthenticationStateChange The delegate to call when an authentication state change occurs.
ssoAuthenticationComplete SsoAuthenticationComplete The delegate to call when an authentication state change occurs due to SSO.
return void
		public virtual void ShowUserLoginWindow(AuthenticationStateChange authenticationStateChange,
			SsoAuthenticationComplete ssoAuthenticationComplete)
		{
			AuthenticationStateChange = authenticationStateChange;
			SsoAuthenticationComplete = ssoAuthenticationComplete;
			ShowUserLoginWindowInternal();
		}
		/// <summary>