mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 19:41:26 +00:00
refactor(auth): initialize new logout lib
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
export * from "./abstractions";
|
||||
export * from "./models";
|
||||
export * from "./types";
|
||||
export * from "./services";
|
||||
export * from "./utilities";
|
||||
export * from "./login-strategies";
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export * from "./logout-reason.type";
|
||||
@@ -1,10 +0,0 @@
|
||||
export type LogoutReason =
|
||||
| "invalidGrantError"
|
||||
| "vaultTimeout"
|
||||
| "invalidSecurityStamp"
|
||||
| "logoutNotification"
|
||||
| "keyConnectorError"
|
||||
| "sessionExpired"
|
||||
| "accessTokenUnableToBeDecrypted"
|
||||
| "refreshTokenSecureStorageRetrievalFailure"
|
||||
| "accountDeleted";
|
||||
Reference in New Issue
Block a user