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

    Class HttpScheme

    HTTP authentication scheme

    Hierarchy (View Summary)

    Index

    Constructors

    • Constructor for HttpScheme

      Parameters

      • config: {
            bearerFormat?: string;
            description?: string;
            scheme: "basic" | "bearer" | "digest" | "other";
        }

      Returns HttpScheme

    Properties

    bearerFormat?: string

    Bearer format when scheme is 'bearer'

    description?: string

    Description of the scheme

    scheme: "basic" | "bearer" | "digest" | "other"

    The HTTP authentication scheme

    The type of authentication scheme