Method: OryClient::UpdateIdentityBody#metadata_public
- Defined in:
- lib/ory-client/models/update_identity_body.rb
#metadata_public ⇒ Object
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.
25 26 27 |
# File 'lib/ory-client/models/update_identity_body.rb', line 25 def @metadata_public end |