Genkit JS API reference
    Preparing search index...

    Interface ApiKeyContext

    Action side channel data, like auth and other invocation context infromation provided by the invoker.

    interface ApiKeyContext {
        auth: { apiKey: string | undefined };
        [additionalContext: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [additionalContext: string]: any
    Index

    Properties

    Properties

    auth: { apiKey: string | undefined }

    Information about the currently authenticated user if provided.