# UserTokenMetadataSchema

### object

- **JWT**: *string* (Optional)  
  Generated token. We do not store this token, so you will not be able to see it again. Please copy it and keep it securely.

- **id**: *string* (Required)  
  ID of token.

- **type**: *enum* (Required)  
  Token type.
  - Allowed values:  
    - login  
    - full-access  
    - restricted  
    - ephemeral
