C# Class CheckoutAuthCodeGrant.Configuration

Provide application configuration.
Exibir arquivo Open project: blackbaud/payments-checkout-authcodegrant-sample

Public Properties

Property Type Description
ApplicationCallbackUri string
ApplicationId string
ApplicationSecret string
SubscriptionKey string

Property Details

ApplicationCallbackUri public_oe static_oe property

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

ApplicationId public_oe static_oe property

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

ApplicationSecret public_oe static_oe property

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

SubscriptionKey public_oe static_oe property

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