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๏ƒ

Dictionary

get_header(jwt: String)

Dictionary

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.