public enum TokenFormatPublic Enumeration TokenFormatpublic enum class TokenFormattype TokenFormat| Unknown | 0 | The token format is unknown. |
| Plain | 1 | The token is stored in plain text. |
| Protected | 2 | The token is not stored in the database; lookup is performed by hash, and the token data is signed. |