oko-management
Preparing search index...
lib/authorized-http-client/authorized-http-client
AuthorizedHttpClient
Class AuthorizedHttpClient
Implements
AxiosHttpClient
Index
Constructors
constructor
Methods
delete
get
patch
post
put
Constructors
constructor
new
AuthorizedHttpClient
(
tokenProvider
:
TokenProviderStrategy
,
)
:
AuthorizedHttpClient
Parameters
tokenProvider
:
TokenProviderStrategy
Returns
AuthorizedHttpClient
Methods
delete
delete
<
T
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
=
any
Parameters
url
:
string
config
:
AxiosRequestConfig
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
get
get
<
T
>
(
url
:
string
,
config
?:
AxiosRequestConfig
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
config
:
AxiosRequestConfig
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
patch
patch
<
T
=
any
>
(
url
:
string
,
data
:
any
,
config
?:
AxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
=
any
Parameters
url
:
string
data
:
any
config
:
AxiosRequestConfig
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
post
post
<
T
=
any
>
(
url
:
string
,
data
:
any
,
config
?:
AxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
=
any
Parameters
url
:
string
data
:
any
config
:
AxiosRequestConfig
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
put
put
<
T
=
any
>
(
url
:
string
,
data
:
any
,
config
?:
AxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
=
any
Parameters
url
:
string
data
:
any
config
:
AxiosRequestConfig
= {}
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
get
patch
post
put
oko-management
Loading...