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

ShowUserLoginWindow() публичный Метод

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.
Результат void
		public virtual void ShowUserLoginWindow(AuthenticationStateChange authenticationStateChange,
			SsoAuthenticationComplete ssoAuthenticationComplete)
		{
			AuthenticationStateChange = authenticationStateChange;
			SsoAuthenticationComplete = ssoAuthenticationComplete;
			ShowUserLoginWindowInternal();
		}
		/// <summary>