CFHTTPAuthenticationRequiresAccountDomain(_:)
Returns a Boolean value that indicates whether a CFHTTPAuthentication object uses an authentication method that requires an account domain.
Declaration
func CFHTTPAuthenticationRequiresAccountDomain(_ auth: CFHTTPAuthentication) -> BoolParameters
- auth:
The CFHTTPAuthentication object to examine.
Return Value
TRUE if auth uses an authentication method that requires an account domain, otherwise FALSE.
See Also
HTTP Authentication
CFHTTPAuthenticationCFHTTPAuthenticationAppliesToRequest(_:_:)CFHTTPAuthenticationCopyDomains(_:)CFHTTPAuthenticationCopyMethod(_:)CFHTTPAuthenticationCopyRealm(_:)CFHTTPAuthenticationCreateFromResponse(_:_:)CFHTTPAuthenticationGetTypeID()CFHTTPAuthenticationIsValid(_:_:)CFHTTPAuthenticationRequiresOrderedRequests(_:)CFHTTPAuthenticationRequiresUserNameAndPassword(_:)kCFHTTPAuthenticationAccountDomainkCFHTTPAuthenticationPasswordkCFHTTPAuthenticationSchemeBasickCFHTTPAuthenticationSchemeDigestkCFHTTPAuthenticationSchemeKerberos