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