v1VerifyOtpIntentV2 constructor

const v1VerifyOtpIntentV2({
  1. required String otpId,
  2. required String encryptedOtpBundle,
  3. String? expirationSeconds,
})

Implementation

const v1VerifyOtpIntentV2({
  required this.otpId,
  required this.encryptedOtpBundle,
  this.expirationSeconds,
});