/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ApiClaim } from './api-claim'; import { ApiObjectId } from './api-object-id'; /** * * @export * @interface ApiOAuthService */ export interface ApiOAuthService { /** * * @type {string} * @memberof ApiOAuthService */ auth_url?: string; /** * google.protobuf.Struct claims = 7; * @type {Array} * @memberof ApiOAuthService */ claims?: Array; /** * * @type {string} * @memberof ApiOAuthService */ client_id?: string; /** * * @type {string} * @memberof ApiOAuthService */ client_secret?: string; /** * * @type {string} * @memberof ApiOAuthService */ created_at?: string; /** * * @type {ApiObjectId} * @memberof ApiOAuthService */ created_by?: ApiObjectId; /** * * @type {string} * @memberof ApiOAuthService */ discovery_url?: string; /** * * @type {ApiObjectId} * @memberof ApiOAuthService */ domain?: ApiObjectId; /** * * @type {boolean} * @memberof ApiOAuthService */ enabled?: boolean; /** * * @type {string} * @memberof ApiOAuthService */ id?: string; /** * * @type {string} * @memberof ApiOAuthService */ logo?: string; /** * * @type {object} * @memberof ApiOAuthService */ metadata?: object; /** * * @type {string} * @memberof ApiOAuthService */ name?: string; /** * * @type {Array} * @memberof ApiOAuthService */ scopes?: Array; /** * * @type {string} * @memberof ApiOAuthService */ token_url?: string; /** * * @type {string} * @memberof ApiOAuthService */ type?: string; /** * * @type {string} * @memberof ApiOAuthService */ updated_at?: string; /** * * @type {ApiObjectId} * @memberof ApiOAuthService */ updated_by?: ApiObjectId; /** * * @type {string} * @memberof ApiOAuthService */ userinfo_url?: string; } //# sourceMappingURL=api-oauth-service.d.ts.map