Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 455 Bytes

Token.md

File metadata and controls

16 lines (9 loc) · 455 Bytes

Token

Represents an API Token, that is used to represent a successful authentication of a user

Properties

Name Type Description Notes
token String The token
owner String owner of the token [optional]
issuedTime Long SystemMillis Token was issued [optional]
expireTime Long SystemMillis the Token expires [optional]