interface DebugAuthenticationProps {
    active?: boolean;
    csrfToken: string;
    library: string;
}

Properties

active?: boolean

When false, data fetching is disabled (e.g. when this tab is not visible).

csrfToken: string
library: string