IdentityVerificationSessionCreateOptions constructor
const
IdentityVerificationSessionCreateOptions({
- String? clientReferenceId,
- List<
String> ? expand, - Map<
String, String> ? metadata, - VerificationSessionOptions? options,
- String? returnUrl,
- required IdentityVerificationReportType type,
Implementation
const IdentityVerificationSessionCreateOptions({
this.clientReferenceId,
this.expand,
this.metadata,
this.options,
this.returnUrl,
required this.type,
});