DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.LoginInformation Class Reference

LoginInformation More...

Inheritance diagram for DocuSign.eSign.Model.LoginInformation:

Public Member Functions

 LoginInformation (string ApiPassword=default(string), List< LoginAccount > LoginAccounts=default(List< LoginAccount >))
 Initializes a new instance of the LoginInformation class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (LoginInformation other)
 Returns true if LoginInformation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string ApiPassword [get, set]
 Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the &#x60;api_password&#x3D;true&#x60; query string is added to the URL. More...
 
List< LoginAccountLoginAccounts [get, set]
 The list of accounts that authenticating user is a member of. More...
 

Detailed Description

LoginInformation

Constructor & Destructor Documentation

◆ LoginInformation()

DocuSign.eSign.Model.LoginInformation.LoginInformation ( string  ApiPassword = default(string),
List< LoginAccount LoginAccounts = default(List<LoginAccount>) 
)
inline

Initializes a new instance of the LoginInformation class.

Parameters
ApiPasswordContains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the &#x60;api_password&#x3D;true&#x60; query string is added to the URL..
LoginAccountsThe list of accounts that authenticating user is a member of..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.LoginInformation.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.LoginInformation.Equals ( LoginInformation  other)
inline

Returns true if LoginInformation instances are equal

Parameters
otherInstance of LoginInformation to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.LoginInformation.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.LoginInformation.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.LoginInformation.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApiPassword

string DocuSign.eSign.Model.LoginInformation.ApiPassword
getset

Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the &#x60;api_password&#x3D;true&#x60; query string is added to the URL.

Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the &#x60;api_password&#x3D;true&#x60; query string is added to the URL.

◆ LoginAccounts

List<LoginAccount> DocuSign.eSign.Model.LoginInformation.LoginAccounts
getset

The list of accounts that authenticating user is a member of.

The list of accounts that authenticating user is a member of.


The documentation for this class was generated from the following file: