genkitx-aws-bedrock
    Preparing search index...

    Interface BearerTokenContext

    Context with bearer token authentication

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

    Hierarchy (View Summary)

    Indexable

    • [additionalContext: string]: any
    Index

    Properties

    Properties

    auth: { token: string }

    Information about the currently authenticated user if provided.