mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
integrate new login bpm modify and change token to ticket
This commit is contained in:
@@ -26,8 +26,7 @@ export interface AbstractAuthentication {
|
||||
|
||||
isLoggedIn(): boolean ;
|
||||
|
||||
getToken(): string;
|
||||
|
||||
saveToken(): void;
|
||||
getTicket(): string;
|
||||
|
||||
saveTicket(ticket: any): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user