logout
User account logout. š This method requires authorization.
Descriptionā
This method performs a user logout. If successful, it will return true. This method requires user authorization. It returns a Promise that resolves to an boolean value.
AuthProvider.logout(
marker*,
);
Parameters schemaā
Schema
marker:* string
The text identifier of the authorization provider
example: email
Examplesā
Minimal exampleā
const response = await AuthProvider.logoutAll('email');
Example responseā
true