Click or drag to resize
SsoAuthenticationComplete Delegate
A delegate to indicate that SSO authentication has completed.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public delegate void SsoAuthenticationComplete(
	RallyRestApiAuthenticationResult authenticationResult,
	RallyRestApi api
)

Parameters

authenticationResult
Type: Rally.RestApiRallyRestApiAuthenticationResult
The status of authentication.
api
Type: Rally.RestApiRallyRestApi
The authenticated API that can be used for the user who logged in.
See Also