# Overview

In our example, you can see a User Secret generated for the User with the user UUID "333b4bf7-43b6-4df1-927a-9ddbd7336144":

  • The User Secret is "90oUh1v+qOxRi0vuBPBeOJj0TCyK7rKLQI5COKf5JoGBlN7Q8DZIPEtdE1i8hdS2".
  • It was generated in the context of the account with the account UUID "9891264d-4a77-4fa2-ae7f-84c9af14ae3b".
  • As "validity_ts" is null, the User Secret does not expire.
Attribute Type Description
secret string User Secret. A 64 characters long unique string of numbers and letters associated with the user for whom the User Secret is created.
account string Account UUID.
user string User UUID for the user for whom the User Secret was created.
validity_ts timestamp Time at which the User Secret expires. Defined at the time of creation of the User Secret PIN. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). If the value is null, the User Secret does not expire.
created_ts timestamp Time at which the User Secret was created. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window).
updated_ts timestamp Time at which the User Secret was last updated. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window).

Was this article helpful?