v1OtpAuthResult constructor

const v1OtpAuthResult({
  1. required String userId,
  2. String? apiKeyId,
  3. String? credentialBundle,
})

Implementation

const v1OtpAuthResult({
  required  this.userId,
   this.apiKeyId,
   this.credentialBundle,
});