@tak-ps/node-tak
Preparing search index...
APIAuthPassword
Class APIAuthPassword
Hierarchy (
View Summary
)
APIAuth
APIAuthPassword
Index
Constructors
constructor
Properties
jwt
password
username
Methods
fetch
init
Constructors
constructor
new
APIAuthPassword
(
username
:
string
,
password
:
string
)
:
APIAuthPassword
Parameters
username
:
string
password
:
string
Returns
APIAuthPassword
Properties
jwt
jwt
:
string
password
password
:
string
username
username
:
string
Methods
fetch
fetch
(
api
:
TAKAPI
,
url
:
URL
,
opts
:
any
)
:
Promise
<
any
>
Parameters
api
:
TAKAPI
url
:
URL
opts
:
any
Returns
Promise
<
any
>
init
init
(
api
:
TAKAPI
)
:
Promise
<
void
>
Parameters
api
:
TAKAPI
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
jwt
password
username
Methods
fetch
init
@tak-ps/node-tak
Loading...