Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/android
AccountLoginBloks
Class AccountLoginBloks
Account authorization
P.S. doesn't handle 2FA and challenges yet
Implements
ICommand
Inputable
Index
Constructors
constructor
Properties
input
password
username
Methods
execute
Constructors
constructor
new
Account
Login
Bloks
(
input
:
AccountLoginBloksInput
,
http
:
AndroidHttp
,
state
:
AndroidState
,
encryptor
:
AccountPasswordEncryptorService
)
:
AccountLoginBloks
Parameters
input
:
AccountLoginBloksInput
http
:
AndroidHttp
state
:
AndroidState
encryptor
:
AccountPasswordEncryptorService
Returns
AccountLoginBloks
Properties
input
input
:
AccountLoginBloksInput
password
password
:
string
= ...
username
username
:
string
= ...
Methods
execute
execute
(
)
:
Promise
<
AccountLoginBloksOutput
.
Root
>
Returns
Promise
<
AccountLoginBloksOutput
.
Root
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
input
password
username
Methods
execute
IGPAPI
Loading...
Account authorization
P.S. doesn't handle 2FA and challenges yet