C# Class DineroPortableClientSDK.DineroSettings

Datei anzeigen Open project: DineroRegnskab/dinero-csharp-sdk

Private Properties

Property Type Description
DineroSettings System

Public Methods

Method Description
DineroSettings ( ClientCredentials client, DineroCredentials user, IEnumerable scopes = null ) : System
DineroSettings ( ClientCredentials client, RefreshToken refreshToken ) : System

Protected Methods

Method Description
GetApiVersion ( ) : int
GetApplicationName ( ) : string

Gets or sets name of the Dinero API application. Should not usually be changed from its default.

GetBaseApiUri ( ) : string

Gets or sets the base uri for the Dinero API. Should not usually be changed from its default.

GetBaseAuthUri ( ) : string

Gets or sets the base uri for authorization the Dinero API. Should not usually be changed from its default.

Private Methods

Method Description
DineroSettings ( ClientCredentials client, DineroOauth2Client bodyContent ) : System

Method Details

DineroSettings() public method

public DineroSettings ( ClientCredentials client, DineroCredentials user, IEnumerable scopes = null ) : System
client ClientCredentials
user DineroCredentials
scopes IEnumerable
return System

DineroSettings() public method

public DineroSettings ( ClientCredentials client, RefreshToken refreshToken ) : System
client ClientCredentials
refreshToken RefreshToken
return System

GetApiVersion() protected method

protected GetApiVersion ( ) : int
return int

GetApplicationName() protected method

Gets or sets name of the Dinero API application. Should not usually be changed from its default.
protected GetApplicationName ( ) : string
return string

GetBaseApiUri() protected method

Gets or sets the base uri for the Dinero API. Should not usually be changed from its default.
protected GetBaseApiUri ( ) : string
return string

GetBaseAuthUri() protected method

Gets or sets the base uri for authorization the Dinero API. Should not usually be changed from its default.
protected GetBaseAuthUri ( ) : string
return string