authMethod property

ProxyAuthMethod get authMethod

Returns the authentication method

Implementation

ProxyAuthMethod get authMethod => auth?.method ?? ProxyAuthMethod.basic;