mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
Simulate breaking change 8
This commit is contained in:
@@ -43,7 +43,7 @@ export abstract class BaseAuthenticationService implements AuthenticationService
|
||||
|
||||
abstract getToken(): string;
|
||||
|
||||
abstract isLoggedInNew(): boolean;
|
||||
abstract isLoggedIn(): boolean;
|
||||
|
||||
abstract logout(): any;
|
||||
|
||||
|
@@ -49,7 +49,6 @@ export interface Descriptor {
|
||||
}
|
||||
|
||||
export enum DescriptorCustomUIAuthFlowType {
|
||||
CODE = 'CODE',
|
||||
IMPLICIT = 'IMPLICIT'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user