LoginIDResult
Inherits: RefCounted < Object
A result from a LoginIDResponse.
Description
A result from a LoginIDResponse. Contains either result or error.
Properties
|
||
|
||
|
Methods
has_error() const |
Property Descriptions
String get_error()
Gets the error message.
String get_login_id()
The id of the login.
String get_login_type()
The login type.
Method Descriptions
Returns true if there is an error.