initializeWithProcess abstract method

Future<AuthenticationWithProcessStep> initializeWithProcess(
  1. String? applicationId,
  2. String baseUrl,
  3. String messageGatewayUrl,
  4. String externalServicesSpecId,
  5. String processId,
  6. AuthenticationProcessTelecomType userTelecomType,
  7. String userTelecom,
  8. CaptchaOptions captcha,
  9. StorageOptions storageOptions,
  10. AuthenticationProcessTemplateParameters authenticationProcessTemplateParameters,
  11. SdkOptions options,
)

Implementation

Future<AuthenticationWithProcessStep> initializeWithProcess(
    String? applicationId,
    String baseUrl,
    String messageGatewayUrl,
    String externalServicesSpecId,
    String processId,
    AuthenticationProcessTelecomType userTelecomType,
    String userTelecom,
    CaptchaOptions captcha,
    StorageOptions storageOptions,
    AuthenticationProcessTemplateParameters authenticationProcessTemplateParameters,
    SdkOptions options
);