Preparing search index...
The search index is not available
npmjs/@valapi
npmjs/@valapi
auth
AuthRequest
Class AuthRequest
Index
Constructors
constructor
Properties
agent
certificate
default
Axios
Config
headers
Methods
create
delete
get
post
put
new
User
Agent
Constructors
constructor
new
Auth
Request
(
config
)
:
AuthRequest
Parameters
config
:
RequestConfig
Returns
AuthRequest
Properties
Readonly
agent
agent
:
Agent
Readonly
certificate
certificate
:
GenerateResult
Readonly
default
Axios
Config
default
Axios
Config
:
AxiosRequestConfig
<
any
>
Readonly
headers
headers
:
AxiosHeaders
Methods
create
create
(
)
:
AxiosInstance
Returns
AxiosInstance
delete
delete
<
T
>
(
url
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
get
get
<
T
>
(
url
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
post
post
<
T
>
(
url
,
data
?
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
data
:
any
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
put
put
<
T
>
(
url
,
data
?
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
data
:
any
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
Static
new
User
Agent
new
User
Agent
(
build
,
app
?
,
os
?
)
:
string
Parameters
build
:
string
app
:
string
= "%s"
os
:
string
= "Windows;10;;Professional, x64"
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
agent
certificate
default
Axios
Config
headers
Methods
create
delete
get
post
put
new
User
Agent
npmjs/@valapi
Loading...