/** * Netsparker Enterprise API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Provides inputs for OAuth 2.0 Flow End Point. */ export declare class OAuth2SettingEndpoint { /** * Gets or sets the endpoint URL */ 'url'?: string; /** * Gets or sets the endpoint content type */ 'contentType'?: string; /** * Gets or sets the endpoint method */ 'method'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }