metadataPublic property

  1. @BuiltValueField(wireName: r'metadata_public')
JsonObject? metadataPublic

Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field.

Implementation

@BuiltValueField(wireName: r'metadata_public')
JsonObject? get metadataPublic;