JamJwt

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

String

username

String

jwt_token

""

Dictionary

claims

{}

Methods

JamJwt.TokenParseResult

set_token ( String jwt )

String

get_token ( )

void

clear ( )

bool

has_token ( )

String

b64url_to_b64 ( String b64_url ) static

JamJwt.TokenParseResult

parse_token ( String token ) static


Signals

token_changed ( Variant String )

There is currently no description for this signal. Please help us by contributing one!


Property Descriptions

String username

There is currently no description for this property. Please help us by contributing one!


String jwt_token = ""

There is currently no description for this property. Please help us by contributing one!


Dictionary claims = {}

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

JamJwt.TokenParseResult set_token ( String jwt )

There is currently no description for this method. Please help us by contributing one!


String get_token ( )

There is currently no description for this method. Please help us by contributing one!


void clear ( )

There is currently no description for this method. Please help us by contributing one!


bool has_token ( )

There is currently no description for this method. Please help us by contributing one!


String b64url_to_b64 ( String b64_url ) static

There is currently no description for this method. Please help us by contributing one!


JamJwt.TokenParseResult parse_token ( String token ) static

There is currently no description for this method. Please help us by contributing one!