mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
Simulate breaking change 7
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './public-api2';
|
||||
export * from './public-api';
|
||||
|
@@ -59,10 +59,6 @@ export class OidcAuthenticationService extends BaseAuthenticationService {
|
||||
return false;
|
||||
}
|
||||
|
||||
isLoggedIn(): boolean {
|
||||
return this.oauthService.hasValidAccessToken() && this.oauthService.hasValidIdToken();
|
||||
}
|
||||
|
||||
hasValidAccessToken(): boolean {
|
||||
return this.oauthService.hasValidAccessToken();
|
||||
}
|
||||
|
@@ -17,8 +17,8 @@
|
||||
|
||||
export * from './auth-routing.module';
|
||||
export * from './auth.module';
|
||||
// export * from './auth.service';
|
||||
// export * from './oidc-auth.guard';
|
||||
export * from './auth.service';
|
||||
export * from './oidc-auth.guard';
|
||||
export * from './redirect-auth.service';
|
||||
export * from './view/authentication-confirmation/authentication-confirmation.component';
|
||||
export * from './oidc-authentication.service';
|
||||
|
@@ -43,7 +43,7 @@ export abstract class BaseAuthenticationService implements AuthenticationService
|
||||
|
||||
abstract getToken(): string;
|
||||
|
||||
abstract isLoggedIn(): boolean;
|
||||
abstract isLoggedInNew(): boolean;
|
||||
|
||||
abstract logout(): any;
|
||||
|
||||
|
Reference in New Issue
Block a user