JamJwt
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
Methods
get_token ( ) |
|
void |
clear ( ) |
has_token ( ) |
|
b64url_to_b64 ( String b64_url ) static |
|
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
String @username_getter ( )
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!