GoogleCloudIdentitytoolkitAdminV2PasskeyConfig constructor

GoogleCloudIdentitytoolkitAdminV2PasskeyConfig({
  1. List<String>? expectedOrigins,
  2. String? name,
  3. String? rpId,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2PasskeyConfig({
  this.expectedOrigins,
  this.name,
  this.rpId,
});