handleAuthorizeResponse abstract method

Future<IntegrationConnectionCode> handleAuthorizeResponse(
  1. String integrationIdentifier,
  2. String connectionResultCode
)

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);