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

ConnectOAuthConfig More...

Inheritance diagram for DocuSign.eSign.Model.ConnectOAuthConfig:

Public Member Functions

 ConnectOAuthConfig (string AuthorizationServerUrl=default(string), string ClientId=default(string), string ClientSecret=default(string), string CustomParameters=default(string), string Scope=default(string))
 Initializes a new instance of the ConnectOAuthConfig 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 (ConnectOAuthConfig other)
 Returns true if ConnectOAuthConfig instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AuthorizationServerUrl [get, set]
 Gets or Sets AuthorizationServerUrl More...
 
string ClientId [get, set]
 Gets or Sets ClientId More...
 
string ClientSecret [get, set]
 Gets or Sets ClientSecret More...
 
string CustomParameters [get, set]
 Gets or Sets CustomParameters More...
 
string Scope [get, set]
 Gets or Sets Scope More...
 

Detailed Description

ConnectOAuthConfig

Constructor & Destructor Documentation

◆ ConnectOAuthConfig()

DocuSign.eSign.Model.ConnectOAuthConfig.ConnectOAuthConfig ( string  AuthorizationServerUrl = default(string),
string  ClientId = default(string),
string  ClientSecret = default(string),
string  CustomParameters = default(string),
string  Scope = default(string) 
)
inline

Initializes a new instance of the ConnectOAuthConfig class.

Parameters
AuthorizationServerUrlAuthorizationServerUrl.
ClientIdClientId.
ClientSecretClientSecret.
CustomParametersCustomParameters.
ScopeScope.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectOAuthConfig instances are equal

Parameters
otherInstance of ConnectOAuthConfig to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AuthorizationServerUrl

string DocuSign.eSign.Model.ConnectOAuthConfig.AuthorizationServerUrl
getset

Gets or Sets AuthorizationServerUrl

◆ ClientId

string DocuSign.eSign.Model.ConnectOAuthConfig.ClientId
getset

Gets or Sets ClientId

◆ ClientSecret

string DocuSign.eSign.Model.ConnectOAuthConfig.ClientSecret
getset

Gets or Sets ClientSecret

◆ CustomParameters

string DocuSign.eSign.Model.ConnectOAuthConfig.CustomParameters
getset

Gets or Sets CustomParameters

◆ Scope

string DocuSign.eSign.Model.ConnectOAuthConfig.Scope
getset

Gets or Sets Scope


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