Up to date
This page is up to date for Blazium 0.4.90 (4.3)
.
If you still find outdated information, please open an issue.
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.