Decode JWT | JWT Generator | JWT Verifier | JWS Analyzer | JWT Libraries
KJUR.jws.IntDate class
Defined in: jws-3.2.js.
| KJUR.jws.IntDate() IntDate class for time representation for JSON Web Token(JWT) Utility class for IntDate which is integer representation of UNIX origin time used in JSON Web Token(JWT). |
| <static> | KJUR.jws.IntDate.get(s) This method will accept following representation of time. |
IntDate class for time representation for JSON Web Token(JWT) Utility class for IntDate which is integer representation of UNIX origin time used in JSON Web Token(JWT). Since: jws 3.0.1 |
<static> {Integer} KJUR.jws.IntDate.get(s) This method will accept following representation of time.
Parameters: {String} s string of time representation Since: jws 3.0.1 Throws: "unsupported format: s" when malformed format Returns: {Integer} UNIX origin time in seconds for argument 's' |