“addons/jam_launch/editor_plugin/Login.gd”
Inherits: JamEditorPluginPage < Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Methods
void |
_ready ( ) |
void |
_page_init ( ) |
void |
show_init ( ) |
void |
_on_token_changed ( String tkn ) |
void |
|
void |
_on_notes_meta_hover_started ( Variant meta ) |
void |
_on_notes_meta_hover_ended ( Variant meta ) |
void |
_on_notes_meta_clicked ( Variant meta ) |
void |
|
void |
_on_busy_scope_lock_changed ( Variant locked ) |
void |
_on_waiting_scope_lock_changed ( Variant locked ) |
void |
Constants
jwt_cache_idx = "addon_jwt_dev_key"
There is currently no description for this constant. Please help us by contributing one!
Property Descriptions
JamLoginApi login_api = <unknown>
There is currently no description for this property. Please help us by contributing one!
RichTextLabel notes = <unknown>
There is currently no description for this property. Please help us by contributing one!
Label user_code_label = <unknown>
There is currently no description for this property. Please help us by contributing one!
ScopeLocker busy_scope = <unknown>
There is currently no description for this property. Please help us by contributing one!
ScopeLocker waiting_scope = <unknown>
There is currently no description for this property. Please help us by contributing one!
JamJwt jwt = new()
There is currently no description for this property. Please help us by contributing one!
KeyValCache cache = new()
There is currently no description for this property. Please help us by contributing one!
bool cancel_auth = false
There is currently no description for this property. Please help us by contributing one!
String device_auth_url
There is currently no description for this property. Please help us by contributing one!
String client_id
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void _ready ( )
There is currently no description for this method. Please help us by contributing one!
void _page_init ( )
There is currently no description for this method. Please help us by contributing one!
void show_init ( )
There is currently no description for this method. Please help us by contributing one!
void _on_token_changed ( String tkn )
There is currently no description for this method. Please help us by contributing one!
void _err ( String msg )
There is currently no description for this method. Please help us by contributing one!
void _on_notes_meta_hover_started ( Variant meta )
There is currently no description for this method. Please help us by contributing one!
void _on_notes_meta_hover_ended ( Variant meta )
There is currently no description for this method. Please help us by contributing one!
void _on_notes_meta_clicked ( Variant meta )
There is currently no description for this method. Please help us by contributing one!
void _on_login_button_pressed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_busy_scope_lock_changed ( Variant locked )
There is currently no description for this method. Please help us by contributing one!
void _on_waiting_scope_lock_changed ( Variant locked )
There is currently no description for this method. Please help us by contributing one!
void _on_cancel_auth_pressed ( )
There is currently no description for this method. Please help us by contributing one!