.. 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/DeviceAuthUI.xml. .. _class_DeviceAuthUI: DeviceAuthUI ============ **Inherits:** :ref:`MarginContainer` **<** :ref:`Container` **<** :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:`ScopeLocker` | :ref:`active_scope` | ```` | +-----------------------------------------------+---------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`cancel_auth` | ``false`` | +-----------------------------------------------+---------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`device_auth_url` | | +-----------------------------------------------+---------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`game_id` | ``""`` | +-----------------------------------------------+---------------------------------------------------------------------+---------------+ | :ref:`AUTH_MODE` | :ref:`auth_mode` | ``1`` | +-----------------------------------------------+---------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | 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:`String` 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 Signals ------- .. _class_DeviceAuthUI_signal_errored: .. rst-class:: classref-signal **errored** **(** :ref:`String` msg **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_DeviceAuthUI_signal_active_auth: .. rst-class:: classref-signal **active_auth** **(** :ref:`bool` active **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_DeviceAuthUI_signal_has_token: .. rst-class:: classref-signal **has_token** **(** :ref:`String` token **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_DeviceAuthUI_AUTH_MODE: .. rst-class:: classref-enumeration enum **AUTH_MODE**: .. _class_DeviceAuthUI_constant_USER: .. rst-class:: classref-enumeration-constant :ref:`AUTH_MODE` **USER** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_DeviceAuthUI_constant_DEVELOPER: .. rst-class:: classref-enumeration-constant :ref:`AUTH_MODE` **DEVELOPER** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_property_active_scope: .. rst-class:: classref-property :ref:`ScopeLocker` **active_scope** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_property_game_id: .. rst-class:: classref-property :ref:`String` **game_id** = ``""`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_DeviceAuthUI_property_auth_mode: .. rst-class:: classref-property :ref:`AUTH_MODE` **auth_mode** = ``1`` .. 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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_private_method__on_notes_meta_clicked: .. rst-class:: classref-method void **_on_notes_meta_clicked** **(** :ref:`String` meta **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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_DeviceAuthUI_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.)`