handleAuthorizeResponseFromUrl abstract method
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);