C# Class CheckoutAuthCodeGrant.Configuration

Provide application configuration.
Afficher le fichier Open project: blackbaud/payments-checkout-authcodegrant-sample

Méthodes publiques

Свойство 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
Résultat string

ApplicationId public_oe static_oe property

The application's Sky API identifier.
public static string ApplicationId
Résultat string

ApplicationSecret public_oe static_oe property

The application's Sky API secret.
public static string ApplicationSecret
Résultat string

SubscriptionKey public_oe static_oe property

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