Click or drag to resize
AuthenticationStateChange Delegate
A delegate to indicate that the authentication state (logged in, logged out, pending SSO) has changed.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public delegate void AuthenticationStateChange(
	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