Methods
getSavedToken
- getSavedToken(): Promise<{
[key: string]: string;
}> Returns Promise<{
[key: string]: string;
}>
- A promise that resolves to an object containing the saved token.
isAuthenticated
- isAuthenticated(): Promise<boolean>
Returns Promise<boolean>
- A promise that resolves to true if the user is authenticated, false otherwise.
logout
- logout(): Promise<void>
Returns Promise<void>
- A promise that resolves when the user is logged out.
setUseXLemonIdentity
- setUseXLemonIdentity(use): void
Returns void
Interface representing a web core service.