C# Класс DineroPortableClientSDK.DineroSettings

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DineroSettings System

Открытые методы

Метод Описание
DineroSettings ( ClientCredentials client, DineroCredentials user, IEnumerable scopes = null ) : System
DineroSettings ( ClientCredentials client, RefreshToken refreshToken ) : System

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
DineroSettings ( ClientCredentials client, DineroOauth2Client bodyContent ) : System

Описание методов

DineroSettings() публичный Метод

public DineroSettings ( ClientCredentials client, DineroCredentials user, IEnumerable scopes = null ) : System
client ClientCredentials
user DineroCredentials
scopes IEnumerable
Результат System

DineroSettings() публичный Метод

public DineroSettings ( ClientCredentials client, RefreshToken refreshToken ) : System
client ClientCredentials
refreshToken RefreshToken
Результат System

GetApiVersion() защищенный Метод

protected GetApiVersion ( ) : int
Результат int

GetApplicationName() защищенный Метод

Gets or sets name of the Dinero API application. Should not usually be changed from its default.
protected GetApplicationName ( ) : string
Результат string

GetBaseApiUri() защищенный Метод

Gets or sets the base uri for the Dinero API. Should not usually be changed from its default.
protected GetBaseApiUri ( ) : string
Результат string

GetBaseAuthUri() защищенный Метод

Gets or sets the base uri for authorization the Dinero API. Should not usually be changed from its default.
protected GetBaseAuthUri ( ) : string
Результат string