genkitx-azure-openai
    Preparing search index...

    Interface BearerTokenContext

    Context with bearer token authentication

    interface BearerTokenContext {
        auth: { token: string };
        [additionalContext: string]: any;
    }

    Hierarchy

    • ActionContext
      • BearerTokenContext

    Indexable

    • [additionalContext: string]: any
    Index

    Properties

    Properties

    auth: { token: string }

    Information about the currently authenticated user if provided.