ic-reactor
    Preparing search index...

    Interface AgentContext

    interface AgentContext {
        agentManager: types.AgentManager;
        useAgent: () => undefined | types.HttpAgent;
        useAgentState: () => types.AgentState;
        useAuth: (options?: UseAuthParameters) => UseAuthReturnType;
        useAuthState: () => types.AuthState;
        useUserPrincipal: () => undefined | types.Principal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agentManager: types.AgentManager
    useAgent: () => undefined | types.HttpAgent
    useAgentState: () => types.AgentState
    useAuth: (options?: UseAuthParameters) => UseAuthReturnType
    useAuthState: () => types.AuthState
    useUserPrincipal: () => undefined | types.Principal