Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/types/ObjectParamAPI.ts>ObjectOauthApi

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 ObjectOauthApi
import { ObjectOauthApi } from "https://deno.land/x/windmill@v1.32.0/windmill-api/types/ObjectParamAPI.ts";

Constructors

new
ObjectOauthApi(
configuration: Configuration,
requestFactory?: OauthApiRequestFactory,
responseProcessor?: OauthApiResponseProcessor,
)

Methods

connect callback

connect slack callback

createAccount(param: OauthApiCreateAccountRequest, options?: Configuration): Promise<string>

create OAuth account

disconnect account

disconnect slack

list oauth connects

listOAuthLogins(param?: OauthApiListOAuthLoginsRequest, options?: Configuration): Promise<Array<string>>

list oauth logins

refreshToken(param: OauthApiRefreshTokenRequest, options?: Configuration): Promise<string>

refresh token

set workspace's slack