interface
AdminAccountExtensionHost
interface AdminAccountExtensionHost { ... }Safe account refresh, logout, and notification actions.
Source packages/plugin/src/index.ts:40
refreshUser() => Promise<FieldDocument | undefined>- Reloads the signed-in document and updates the shell identity.
logout() => Promise<void>- Ends the current session and returns to sign-in.
notify(tone: AdminExtensionNotificationTone, title: string, message?: string) => void- The notify value.
Methods
AdminAccountExtensionHost.logout()Ends the current session and returns to sign-in.
AdminAccountExtensionHost.notify()Public method AdminAccountExtensionHost.notify from @riducms/plugin.
AdminAccountExtensionHost.refreshUser()Reloads the signed-in document and updates the shell identity.