isBasicAuth property

bool isBasicAuth

Check if basic authentication should be used

Implementation

bool get isBasicAuth => defaultCredentials?.isBasicAuth == true;