JWT๏
Inherits: Object
Singleton containing basic operations needed to operate with JWT.
Description๏
Singleton containing basic operations needed to operate with JWT.
Methods๏
get_header(jwt: String) |
|
get_payload(jwt: String) |
Method Descriptions๏
Dictionary get_header(jwt: String) ๐
Get the header part of a JWT.
Dictionary get_payload(jwt: String) ๐
Get the payload part of a JWT.