Description

/*/** Basic authentication adapter for UIM\Http\Client Generally not directly constructed, but instead used by {@link \UIM\Http\Client} when options.get("auth.type"] is 'basic'

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
stringstring _generateHeader(string username, string password)
RequestRequest proxyAuthentication(Request request, Json[string] credentials)
RequestRequest authentication(IRequest request, Json[string] credentials)