Click or drag to resize
LoginDetails Constructor
Constructor

Namespace: Rally.RestApi.Auth
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public LoginDetails(
	ApiAuthManager authMgr
)

Parameters

authMgr
Type: Rally.RestApi.AuthApiAuthManager
The authorization manager that owns these login details.
See Also