Skip to main content
Module

x/windmill/windmill-api/apis/OauthApi.ts>OauthApiResponseProcessor

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class OauthApiResponseProcessor
import { OauthApiResponseProcessor } from "https://deno.land/x/windmill@v1.28.1/windmill-api/apis/OauthApi.ts";

Methods

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

createAccount(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

disconnectAccount(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

disconnectSlack(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listOAuthConnects(response: ResponseContext): Promise<{ [key: string]: InlineResponse2001; }>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listOAuthLogins(response: ResponseContext): Promise<Array<string>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

refreshToken(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

setWorkspaceSlack(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects