| LoginDetails Class |
Namespace: Rally.RestApi.Auth
The LoginDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| LoginDetails |
Constructor
|
| Name | Description | |
|---|---|---|
| ConnectionType |
ConnectionType enum value determining SSO auth type
| |
| IdpServer |
The URL for the IDP Server that we are connecting to (IDP based connections only).
| |
| ProxyServer |
Proxy server url
| |
| ProxyUsername |
Proxy server user name
| |
| RallyServer |
The URL for the Rally Server that we are connecting to.
| |
| TrustAllCertificates |
Should all certificates be trusted?
| |
| Username |
The Rally username that we are connecting as.
| |
| ZSessionID |
The ZSessionID for this user.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPassword |
Gets the decrypted password for this user.
| |
| GetProxyPassword |
Gets the decrypted proxy password for this user.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetPassword |
Sets the password with encryption for this user.
| |
| SetProxyPassword |
Sets the proxy password with encryption for this user.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |