ADK for TypeScript: API Reference
    Preparing search index...

    Interface HttpAuth

    The credentials and metadata for HTTP authentication.

    interface HttpAuth {
        credentials: HttpCredentials;
        scheme: string;
    }

    Properties

    credentials: HttpCredentials
    scheme: string

    The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235. The values used SHOULD be registered in the IANA Authentication Scheme registry. Examples: 'basic', 'bearer'