mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +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 getToken(): string;
|
||||||
|
|
||||||
abstract isLoggedInNew(): boolean;
|
abstract isLoggedIn(): boolean;
|
||||||
|
|
||||||
abstract logout(): any;
|
abstract logout(): any;
|
||||||
|
|
||||||
|
@@ -49,7 +49,6 @@ export interface Descriptor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export enum DescriptorCustomUIAuthFlowType {
|
export enum DescriptorCustomUIAuthFlowType {
|
||||||
CODE = 'CODE',
|
|
||||||
IMPLICIT = 'IMPLICIT'
|
IMPLICIT = 'IMPLICIT'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user