CheckAuthSupport ( string $auth_type )
Tries to determine if the requested authentication type is supported. Not very reliable
if ($rets->CheckAuthSupport("digest")) { echo "Digest is supported"; }