Description

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

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
this(IClientthis(IClient httpClient, Json[string] initData = null)
voidvoid setAlgorithm(Json[string] credentials)
RequestRequest authentication(Request request, Json[string] credentials)
stringstring _generateHeader(Request request, Json[string] authCredentials)
Json[string]Json[string] _getServerInfo(Request request, Json[string] credentials)
stringstring generateCnonce()