Constructor
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic LoginDetails(
ApiAuthManager authMgr
)
Public Sub New (
authMgr As ApiAuthManager
)
public:
LoginDetails(
ApiAuthManager^ authMgr
)
new :
authMgr : ApiAuthManager -> LoginDetailsParameters
- authMgr
- Type: Rally.RestApi.AuthApiAuthManager
The authorization manager that owns these login details.
See Also