@supabase/server - v1.7.0
    Preparing search index...

    Type Alias ApiKeyFormat

    ApiKeyFormat:
        | "absent"
        | "publishable"
        | "secret"
        | "legacy-jwt"
        | "unrecognized"

    How an apikey header value was classified by its public prefix. Used in diagnostics so a format mismatch can be reported without echoing the key.