Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 636 Bytes

APIToken.md

File metadata and controls

16 lines (11 loc) · 636 Bytes

PollinationSDK.Model.APIToken

Properties

Name Type Description Notes
TokenId string The unique ID of this API token
Name string The user friendly name of the API token
Claims Dictionary<string, string> Key value pairs of auth claims the API token is entitled to [optional]
Type string [optional] [readonly] [default to "APIToken"]

[Back to Model list] [Back to API list] [Back to README]