Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

LoginResult

Inherits: RefCounted < Object

A result from a LoginResponse.

Description

A result from a LoginResponse. Contains either result or error.

Properties

String

error

""

String

login_type

""

String

login_url

""

Methods

bool

has_error() const


Property Descriptions

String error = "" 🔗

The error message.


String login_type = "" 🔗

The login type.


String login_url = "" 🔗

The login url.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.