DigestAuth.fromModel constructor
DigestAuth.fromModel(
- AuthDigestModel model
Implementation
DigestAuth.fromModel(AuthDigestModel model)
: username = model.username,
password = model.password,
_realm = model.realm,
_nonce = model.nonce,
_algorithm = model.algorithm,
_qop = model.qop,
_opaque = model.opaque.isNotEmpty ? model.opaque : null;