@supabase/server - v0.2.0
    Preparing search index...

    Interface ClientAuth

    Auth identity for client creation functions.

    verifyAuth, verifyCredentials

    interface ClientAuth {
        token?: string | null;
        keyName?: string | null;
    }
    Index

    Properties

    Properties

    token?: string | null

    The caller's JWT, or null for anonymous access.

    keyName?: string | null

    Name of the API key to use. Falls back to "default", then first available.