Up to date

This page is up to date for Godot 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.