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

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.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.
Exceptions
ExceptionCondition
NotImplementedExceptionThis method is not supported for this authentication manager.
See Also