mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Improvement for authentication module
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { AuthError } from './auth-error.model';
|
||||
import { AuthTokenInfo } from './auth-token-info.model';
|
||||
import { DSpaceObject } from '../../shared/dspace-object.model';
|
||||
import { Eperson } from '../../eperson/models/eperson.model';
|
||||
|
||||
export class AuthStatus extends DSpaceObject {
|
||||
|
||||
@@ -6,4 +9,9 @@ export class AuthStatus extends DSpaceObject {
|
||||
|
||||
authenticated: boolean;
|
||||
|
||||
error?: AuthError;
|
||||
|
||||
eperson: Eperson[];
|
||||
|
||||
token?: AuthTokenInfo
|
||||
}
|
||||
|
Reference in New Issue
Block a user