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

x/arubaos_cx/mod.ts>Client#logout

ArubaOS-CX REST API client for Deno.
Go to Latest
method Client.prototype.logout
import { Client } from "https://deno.land/x/arubaos_cx@v1.0.1/mod.ts";

Logs the user out and removes the authentication cookie.

Returns

Promise<void>