C# 클래스 CheckoutAuthCodeGrant.Configuration

Provide application configuration.
파일 보기 프로젝트 열기: blackbaud/payments-checkout-authcodegrant-sample

공개 프로퍼티들

프로퍼티 타입 설명
ApplicationCallbackUri string
ApplicationId string
ApplicationSecret string
SubscriptionKey string

프로퍼티 상세

ApplicationCallbackUri 공개적으로 정적으로 프로퍼티

The application's Sky API callback URI.
public static string ApplicationCallbackUri
리턴 string

ApplicationId 공개적으로 정적으로 프로퍼티

The application's Sky API identifier.
public static string ApplicationId
리턴 string

ApplicationSecret 공개적으로 정적으로 프로퍼티

The application's Sky API secret.
public static string ApplicationSecret
리턴 string

SubscriptionKey 공개적으로 정적으로 프로퍼티

The Sky API subscription key to use when making Payments API requests.
public static string SubscriptionKey
리턴 string