LoginIDResult

Inherits: RefCounted < Object

A result from a LoginIDResponse.

Description

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

Properties

String

error

""

String

login_id

""

String

login_type

""

Methods

bool

has_error() const


Property Descriptions

String error = "" 🔗

Gets the error message.


String login_id = "" 🔗

The id of the login.


String login_type = "" 🔗

The login type.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.