Contents

CFHTTPAuthenticationCopyDomains(_:)

Returns an array of domain URLs to which a given CFHTTPAuthentication object can be applied.

Declaration

func CFHTTPAuthenticationCopyDomains(_ auth: CFHTTPAuthentication) -> Unmanaged<CFArray>

Parameters

  • auth:

    The CFHTTPAuthentication object to examine.

Return Value

A CFArray object that contains the domain URL’s to which auth should be applied. Ownership follows the The Create Rule.

Discussion

This function is provided for informational purposes only.

See Also

HTTP Authentication