UNPKG

@paciolan/cybersource-sdk

Version:
37 lines (36 loc) 1.2 kB
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * Optional configuration object for if your API or server requires oAuth for an incoming webhook. * @export * @interface Notificationsubscriptionsv1webhooksSecurityPolicyConfig */ export interface Notificationsubscriptionsv1webhooksSecurityPolicyConfig { /** * Token expiration for the oAuth server. * @type {string} * @memberof Notificationsubscriptionsv1webhooksSecurityPolicyConfig */ oAuthTokenExpiry?: string; /** * Client direct endpoint to the oAuth server. * @type {string} * @memberof Notificationsubscriptionsv1webhooksSecurityPolicyConfig */ oAuthURL?: string; /** * Token type for the oAuth config. * @type {string} * @memberof Notificationsubscriptionsv1webhooksSecurityPolicyConfig */ oAuthTokenType?: string; }