Log Out with Othent
Log out of Arweave applications using Othent
Basic Syntax
import { Othent } from 'arweavekit/auth'
const result = await Othent.logOut({params});Input Parameters
Returned Data
{
response: string
}Last updated
Was this helpful?