LoginURLResult

Inherits: RefCounted < Object

A result from a LoginURLResult.

Description

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

Properties

String

error

""

String

login_type

""

String

login_url

""

Methods

bool

has_error() const


Property Descriptions

String error = "" 🔗

Gets the error message.


String login_type = "" 🔗

Login type.


String login_url = "" 🔗

Login url.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.