| ApiConsoleAuthManagerNotifyLoginWindowSsoComplete Method |
Notifies the login window that SSO has been completed.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxprotected override void NotifyLoginWindowSsoComplete(
RallyRestApiAuthenticationResult authenticationResult,
RallyRestApi api
)
Protected Overrides Sub NotifyLoginWindowSsoComplete (
authenticationResult As RallyRestApiAuthenticationResult,
api As RallyRestApi
)
protected:
virtual void NotifyLoginWindowSsoComplete(
RallyRestApiAuthenticationResult authenticationResult,
RallyRestApi^ api
) override
abstract NotifyLoginWindowSsoComplete :
authenticationResult : RallyRestApiAuthenticationResult *
api : RallyRestApi -> unit
override NotifyLoginWindowSsoComplete :
authenticationResult : RallyRestApiAuthenticationResult *
api : RallyRestApi -> unit Parameters
- authenticationResult
- Type: Rally.RestApiRallyRestApiAuthenticationResult
The current state of the authentication process. RallyRestApiAuthenticationResult - api
- Type: Rally.RestApiRallyRestApi
The API that was authenticated against.
Exceptions
See Also