Protocol

Response

A response to be handled by a authorizationResponseHandler(for:).

Declaration

protocol Response

Overview

A response is either a URL from an ASWebAuthenticationSession or a DeviceAuthorizationFlow.DeviceAuthResponse returned from the deviceFlowAuthorizationRequest() method.

Foundation’s URL and DeviceAuthorizationFlow.DeviceAuthResponse conform to this type.

Relationships