CSAuthenticationMethodDigestOrBasic |
Basic or Digest authentication, if server proposes both versions Digest is preferred.
If this authentication method is used credential provider is requested to deliver user name and password (optionally in ha1 form).
|
CSAuthenticationMethodBearer |
Bearer token authentication.
If this authentication method is used, credential provider is requested to deliver auth token with the time of token expiry.
|