import { ObservableOauthApi } from "https://deno.land/x/windmill@v1.38.0/windmill-api/types/ObservableAPI.ts";
Constructors
new
ObservableOauthApi(configuration: Configuration,
requestFactory?: OauthApiRequestFactory,
responseProcessor?: OauthApiResponseProcessor,
Properties
private
configuration: Configurationprivate
requestFactory: OauthApiRequestFactoryprivate
responseProcessor: OauthApiResponseProcessorMethods
connect callback
connectSlackCallback(inlineObject11: InlineObject11, _options?: Configuration): Observable<SlackToken>
connect slack callback
createAccount(): Observable<string>
create OAuth account
disconnectAccount(): Observable<string>
disconnect account
disconnectSlack(workspace: string, _options?: Configuration): Observable<string>
disconnect slack
listOAuthConnects(_options?: Configuration): Observable<{ [key: string]: InlineResponse2001; }>
list oauth connects
listOAuthLogins(_options?: Configuration): Observable<Array<string>>
list oauth logins
refreshToken(): Observable<string>
refresh token
setWorkspaceSlack(): Observable<string>
set workspace's slack