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