SdkConfig constructor
SdkConfig({
- required String accessToken,
- String? baseUrl,
- String? language,
- bool? useNative = true,
- String? jwtSecretKey,
- String? jwtPublicKey,
- String? privacyPolicyUrl,
- String? clientCertificateBase64,
- String? clientCertificatePassword,
- bool? enableMutualSSL = false,
- ResultFormat resultFormat = ResultFormat.flat,
- UiConfig? uiConfig,
- CameraShape? cameraShape,
- String? logoImageBase64,
- String? clientCertificateAlias,
- String? bankId,
Implementation
SdkConfig({
required this.accessToken,
this.baseUrl,
this.language,
this.useNative = true,
this.jwtSecretKey,
this.jwtPublicKey,
this.privacyPolicyUrl,
this.clientCertificateBase64,
this.clientCertificatePassword,
this.enableMutualSSL = false,
this.resultFormat = ResultFormat.flat,
this.uiConfig,
this.cameraShape,
this.logoImageBase64,
this.clientCertificateAlias,
this.bankId,
});