mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Simulate major change
This commit is contained in:
@@ -20,6 +20,7 @@ import { Observable } from 'rxjs';
|
||||
|
||||
/**
|
||||
* Provide authentication/authorization through OAuth2/OIDC protocol.
|
||||
* simulate a change
|
||||
*/
|
||||
export abstract class AuthService {
|
||||
abstract onLogin: Observable<any>;
|
||||
@@ -40,7 +41,7 @@ export abstract class AuthService {
|
||||
*/
|
||||
abstract login(currentUrl?: string): Promise<void> | void;
|
||||
|
||||
abstract baseAuthLogin(username: string, password: string): Observable<TokenResponse> ;
|
||||
abstract baseAuthLogin(username: string, password: string): Observable<TokenResponse>;
|
||||
|
||||
/**
|
||||
* Disconnect from IdP.
|
||||
|
||||
Reference in New Issue
Block a user