Beignet API reference
    Preparing search index...

    Type Alias AuthHookModeInput

    AuthHookModeInput: AuthHookMode | boolean | null | undefined

    Input accepted when resolving auth mode from contract metadata or options.

    true maps to "required"; false, null, and undefined map to "public".