.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/jam_launch/addons--jam_launch--editor_plugin--Login.gd.xml. .. _class_"addons/jam_launch/editor_plugin/Login.gd": "addons/jam_launch/editor_plugin/Login.gd" ========================================== **Inherits:** :ref:`JamEditorPluginPage` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`JamLoginApi` | :ref:`login_api` | ```` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`RichTextLabel` | :ref:`notes` | ```` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`user_code_label` | ```` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`busy_scope` | ```` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`waiting_scope` | ```` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`JamJwt` | :ref:`jwt` | ``new()`` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`KeyValCache` | :ref:`cache` | ``new()`` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`cancel_auth` | ``false`` | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`device_auth_url` | | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`client_id` | | +-------------------------------------------+---------------------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_page_init` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_init` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_token_changed` **(** :ref:`String` tkn **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_err` **(** :ref:`String` msg **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_notes_meta_hover_started` **(** :ref:`Variant` meta **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_notes_meta_hover_ended` **(** :ref:`Variant` meta **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_notes_meta_clicked` **(** :ref:`Variant` meta **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_login_button_pressed` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_busy_scope_lock_changed` **(** :ref:`Variant` locked **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_waiting_scope_lock_changed` **(** :ref:`Variant` locked **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_cancel_auth_pressed` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_constant_jwt_cache_idx: .. rst-class:: classref-constant **jwt_cache_idx** = ``"addon_jwt_dev_key"`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_login_api: .. rst-class:: classref-property :ref:`JamLoginApi` **login_api** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_notes: .. rst-class:: classref-property :ref:`RichTextLabel` **notes** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_user_code_label: .. rst-class:: classref-property :ref:`Label` **user_code_label** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_busy_scope: .. rst-class:: classref-property :ref:`ScopeLocker` **busy_scope** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_waiting_scope: .. rst-class:: classref-property :ref:`ScopeLocker` **waiting_scope** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_jwt: .. rst-class:: classref-property :ref:`JamJwt` **jwt** = ``new()`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_cache: .. rst-class:: classref-property :ref:`KeyValCache` **cache** = ``new()`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_cancel_auth: .. rst-class:: classref-property :ref:`bool` **cancel_auth** = ``false`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_device_auth_url: .. rst-class:: classref-property :ref:`String` **device_auth_url** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_property_client_id: .. rst-class:: classref-property :ref:`String` **client_id** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__ready: .. rst-class:: classref-method void **_ready** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__page_init: .. rst-class:: classref-method void **_page_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_method_show_init: .. rst-class:: classref-method void **show_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_token_changed: .. rst-class:: classref-method void **_on_token_changed** **(** :ref:`String` tkn **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__err: .. rst-class:: classref-method void **_err** **(** :ref:`String` msg **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_notes_meta_hover_started: .. rst-class:: classref-method void **_on_notes_meta_hover_started** **(** :ref:`Variant` meta **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_notes_meta_hover_ended: .. rst-class:: classref-method void **_on_notes_meta_hover_ended** **(** :ref:`Variant` meta **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_notes_meta_clicked: .. rst-class:: classref-method void **_on_notes_meta_clicked** **(** :ref:`Variant` meta **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_login_button_pressed: .. rst-class:: classref-method void **_on_login_button_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_busy_scope_lock_changed: .. rst-class:: classref-method void **_on_busy_scope_lock_changed** **(** :ref:`Variant` locked **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_waiting_scope_lock_changed: .. rst-class:: classref-method void **_on_waiting_scope_lock_changed** **(** :ref:`Variant` locked **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Login.gd"_private_method__on_cancel_auth_pressed: .. rst-class:: classref-method void **_on_cancel_auth_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`