Comment on page
Log Out with Othent
Log out of Arweave applications using Othent
The
logOut
function lets users log out of applications built on Arweave using web2 technologies like email addresses.Ensure you have pop-ups enabled in your browser for the URL you'll be using this function in.
The function is called as follows:
import { Othent } from 'arweavekit/auth'
const result = await Othent.logOut({params});
apiId: string
: Use of any Othent function requires anapiId
which can be fetched from othent.io. Towards the bottom of the linked page, theGet your API ID
button provides the same.
The function call returns the following data:
{
response: string
}
response: string
: Theresponse
returned on function call.
Last modified 4mo ago