How can I find the creation or expiration time of a token?
Objective
Locating the creation or expiration time values of a token.
Applies To
- Video API
- Tokens
Procedure
- From the token, remove the part "T1==" in the beginning.
- Go to http://www.base64decode.org and do a decode-64 of the remaining part of the token.
- Get the create_time and expire_time values. These are unix time stamp values.
- Go to http://www.unixtimestamp.com/index.php and put in the timestamp. It will convert it to month/day/year format.
Comments
0 comments
Please sign in to leave a comment.