ADK TypeScript Documentation - v0.0.4
    Preparing search index...

    Class ApiKeyScheme

    API Key authentication scheme

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • Constructor for ApiKeyScheme

      Parameters

      • config: { description?: string; in: "query" | "header" | "cookie"; name: string }

      Returns ApiKeyScheme

    Properties

    description?: string

    Description of the API key

    in: "query" | "header" | "cookie"

    Where the API key is sent

    name: string

    Name of the parameter

    The type of authentication scheme