handleAuthorizeResponseFromUrl abstract method

Future<IntegrationConnectionCode> handleAuthorizeResponseFromUrl(
  1. Uri response
)

Will decode the URI and will emit a ConnectionEvent with the IntegrationConnectionCode for the integration. The emitted IntegrationConnectionCode is also returned to the caller.

Implementation

Future<IntegrationConnectionCode> handleAuthorizeResponseFromUrl(Uri response);