logout
User account logout 🔐 This method requires authorization.
AuthProvider.logout(marker, token)
const value = await AuthProvider.logout('email', '1714557670334-cb85112d-618d-4b2a-bad5-137b19c135b9')
Schema
marker:* string
The text identifier of the authorization provider
example: email
token:* string
Refresh token
example: 1714557670334-cb85112d-618d-4b2a-bad5-137b19c135b9
This method performs a user logout. If successful, it will return true. This method requires user authorization.
Example return:
true