Contents

complete(httpResponse:httpBody:)

Indicates the requested authorization succeeded with an HTTP response.

Declaration

func complete(httpResponse: HTTPURLResponse, httpBody: Data?)

Parameters

  • httpResponse:

    The metadata associated with the HTTP response.

  • httpBody:

    The body of the HTTP response.

See Also

Completing a Request