recoveryAddresses property

  1. @BuiltValueField(wireName: r'recovery_addresses')
BuiltList<RecoveryIdentityAddress>? recoveryAddresses

RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update.

Implementation

@BuiltValueField(wireName: r'recovery_addresses')
BuiltList<RecoveryIdentityAddress>? get recoveryAddresses;