Click or drag to resize
ApiAuthManagerAutoAuthenticate Method
Auto authenticates the user if there are saved credentials.

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public RallyRestApiAuthenticationResult AutoAuthenticate(
	bool allowSsoForautoAuthenticate
)

Parameters

allowSsoForautoAuthenticate
Type: SystemBoolean
Is SSO authentication allowed for auto-authentication? This may open a web browser UI.

Return Value

Type: RallyRestApiAuthenticationResult
The current state of the authentication process. RallyRestApiAuthenticationResult
Examples
C#
RallyRestApi.AuthenticationResult result = authMgr.AutoAuthenticate(false);
See Also