| ApiAuthManagerLoginDetails Property |
The details for the user who is logging in using this auth manager.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic LoginDetails LoginDetails { get; }Public ReadOnly Property LoginDetails As LoginDetails
Get
public:
property LoginDetails^ LoginDetails {
LoginDetails^ get ();
}member LoginDetails : LoginDetails with get
Property Value
Type:
LoginDetails
See Also