handleAuthorizeResponse abstract method
Will decode the connection result code and will emit a ConnectionEvent with the IntegrationConnectionCode for the integration. The emitted IntegrationConnectionCode is also returned to the caller.
Implementation
Future<IntegrationConnectionCode> handleAuthorizeResponse(String integrationIdentifier, String connectionResultCode);