Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qonto.com/llms.txt

Use this file to discover all available pages before exploring further.

@qonto/embed-sdk / logout

Variable: logout()

logout: () => void
Clears all the data that the SDK contains to identify a user session. This is normally useful after having called initialize with an access token and once the SDK is not needed anymore. If logout is called without having called initialize, it will do nothing.

Returns

void