Contents

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) -> Bool

Parameters

  • 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