IdentityVerificationSessionCreateOptions constructor

const IdentityVerificationSessionCreateOptions({
  1. String? clientReferenceId,
  2. List<String>? expand,
  3. Map<String, String>? metadata,
  4. VerificationSessionOptions? options,
  5. String? returnUrl,
  6. required IdentityVerificationReportType type,
})

Implementation

const IdentityVerificationSessionCreateOptions({
  this.clientReferenceId,
  this.expand,
  this.metadata,
  this.options,
  this.returnUrl,
  required this.type,
});