C# 클래스 DineroPortableClientSDK.DineroSettings

파일 보기 프로젝트 열기: DineroRegnskab/dinero-csharp-sdk

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