@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