GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes constructor

GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes({
  1. Map<String, Object?>? additionalSignals,
  2. List<GoogleAppsCloudidentityDevicesV1BrowserAttributes>? browserAttributes,
  3. List<GoogleAppsCloudidentityDevicesV1CertificateAttributes>? certificateAttributes,
})

Implementation

GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes({
  this.additionalSignals,
  this.browserAttributes,
  this.certificateAttributes,
});