FlutterAuthenticationResponse constructor
FlutterAuthenticationResponse({
- required bool success,
- required String signature,
- required String timestamp,
- required FlutterPartnerParams partnerParams,
- String? callbackUrl,
- FlutterConsentInfo? consentInfo,
Implementation
FlutterAuthenticationResponse({
required this.success,
required this.signature,
required this.timestamp,
required this.partnerParams,
this.callbackUrl,
this.consentInfo,
});