@health-samurai/aidbox-client
    Preparing search index...

    Type Alias AuthProvider

    type AuthProvider = {
        fetch: typeof fetch;
        baseUrl: string;
        revokeSession: () => void;
        establishSession: () => void;
    }

    Implemented by

    Index

    Properties

    fetch: typeof fetch
    baseUrl: string
    revokeSession: () => void
    establishSession: () => void