Member Junction
    Preparing search index...

    Interface for auth service operations needed by user menu

    interface AuthServiceRef {
        logout: () => void | Promise<void>;
    }
    Index

    Properties

    Properties

    logout: () => void | Promise<void>