LoginVerifyTokenResult

Inherits: RefCounted < Object

A result from a LoginVerifyTokenResponse.

Description

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

Properties

String

error

""

Methods

bool

has_error() const


Property Descriptions

String error = "" 🔗

Gets the error message.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.