init(httpResponse:httpBody:)
Initializes an authorization with a HTTP response and body.
Declaration
init(httpResponse: HTTPURLResponse, httpBody: Data?)Parameters
- httpResponse:
The HTTP response.
- httpBody:
The HTTP body.
Initializes an authorization with a HTTP response and body.
init(httpResponse: HTTPURLResponse, httpBody: Data?)The HTTP response.
The HTTP body.