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

Contains information about the method used for authentication. More...

Inheritance diagram for DocuSign.eSign.Model.AuthenticationMethod:

Public Member Functions

 AuthenticationMethod (string AuthenticationType=default(string), string LastProvider=default(string), string LastTimestamp=default(string), string TotalCount=default(string))
 Initializes a new instance of the AuthenticationMethod 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 (AuthenticationMethod other)
 Returns true if AuthenticationMethod instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AuthenticationType [get, set]
 Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. More...
 
string LastProvider [get, set]
 The last provider that authenticated the user. More...
 
string LastTimestamp [get, set]
 The data and time the user last used the authentication method. More...
 
string TotalCount [get, set]
 The number of times the authentication method was used. More...
 

Detailed Description

Contains information about the method used for authentication.

Constructor & Destructor Documentation

◆ AuthenticationMethod()

DocuSign.eSign.Model.AuthenticationMethod.AuthenticationMethod ( string  AuthenticationType = default(string),
string  LastProvider = default(string),
string  LastTimestamp = default(string),
string  TotalCount = default(string) 
)
inline

Initializes a new instance of the AuthenticationMethod class.

Parameters
AuthenticationTypeIndicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. .
LastProviderThe last provider that authenticated the user. .
LastTimestampThe data and time the user last used the authentication method. .
TotalCountThe number of times the authentication method was used. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AuthenticationMethod instances are equal

Parameters
otherInstance of AuthenticationMethod to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AuthenticationType

string DocuSign.eSign.Model.AuthenticationMethod.AuthenticationType
getset

Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth.

Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth.

◆ LastProvider

string DocuSign.eSign.Model.AuthenticationMethod.LastProvider
getset

The last provider that authenticated the user.

The last provider that authenticated the user.

◆ LastTimestamp

string DocuSign.eSign.Model.AuthenticationMethod.LastTimestamp
getset

The data and time the user last used the authentication method.

The data and time the user last used the authentication method.

◆ TotalCount

string DocuSign.eSign.Model.AuthenticationMethod.TotalCount
getset

The number of times the authentication method was used.

The number of times the authentication method was used.


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