allowOverwrite property

bool? allowOverwrite
getter/setter pair

Whether to overwrite an existing account in Identity Platform with a matching local_id in the request.

If true, the existing account will be overwritten. If false, an error will be returned.

Implementation

core.bool? allowOverwrite;