Click or drag to resize
RestApiAuthMgrWpfNotifyLoginWindowSsoComplete Method
Notifies the login window that SSO has been completed.

Namespace: Rally.RestApi.UiForWpf
Assembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
protected override void NotifyLoginWindowSsoComplete(
	RallyRestApiAuthenticationResult authenticationResult,
	RallyRestApi api
)

Parameters

authenticationResult
Type: Rally.RestApiRallyRestApiAuthenticationResult
The current state of the authentication process. RallyRestApiAuthenticationResult
api
Type: Rally.RestApiRallyRestApi
The API that was authenticated against.
See Also