Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 408 Bytes

readme.md

File metadata and controls

38 lines (26 loc) · 408 Bytes

Sign Out

Signout and remove session

Sample

import { SignOut } from 'top-tracker'

const parameters = {}
const input = {}

new SignOut(parameters)
    .call(input)
    .then((output) => {})
    .catch(({ message, payload }) => {})
  • Parameters
/* whitout parameters */
  • Input
{
    "access_token": "isString"
}
  • Output
"isTrue"