remove type that is not used

This commit is contained in:
J Shamsul Bahri (jibone))
2020-09-21 18:51:24 +08:00
parent e2d719f502
commit eccef941ea
@@ -36,13 +36,6 @@ export type SessionManager<T> = {
sessionState$(): Observable<SessionState>;
};
// FIXME do we need this?
export type SamlAuthSessionManager<T> = {
getSession(options: GetSessionOptions): Promise<T | undefined>;
removeSession(): Promise<void>;
sessionState$(): Observable<SessionState>;
};
/**
* A function called to determine the scopes of a session.
*/