C# Class CheckoutAuthCodeGrant.Configuration

Provide application configuration.
Show file Open project: blackbaud/payments-checkout-authcodegrant-sample

Public Properties

Property Type Description
ApplicationCallbackUri string
ApplicationId string
ApplicationSecret string
SubscriptionKey string

Property Details

ApplicationCallbackUri public static property

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

ApplicationId public static property

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

ApplicationSecret public static property

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

SubscriptionKey public static property

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