@lasuillard/raindrop-client
Preparing search index...
generated
AuthenticationApi
Class AuthenticationApi
AuthenticationApi - object-oriented interface
Hierarchy (
View Summary
)
BaseAPI
AuthenticationApi
AuthenticationApi
Index
Constructors
constructor
Properties
axios
base
Path
configuration
Methods
authorize
get
Or
Refresh
Token
Constructors
constructor
new
AuthenticationApi
(
configuration
?:
Configuration
,
basePath
?:
string
,
axios
?:
AxiosInstance
,
)
:
generated
.
AuthenticationApi
Parameters
Optional
configuration
:
Configuration
basePath
:
string
= BASE_PATH
axios
:
AxiosInstance
= globalAxios
Returns
generated
.
AuthenticationApi
Properties
Protected
axios
axios
:
AxiosInstance
= globalAxios
Protected
base
Path
basePath
:
string
= BASE_PATH
Protected
configuration
configuration
:
Configuration
|
undefined
Methods
authorize
authorize
(
redirectUri
:
string
,
clientId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
void
,
any
,
{}
>
>
Parameters
redirectUri
:
string
clientId
:
string
Optional
options
:
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<
AxiosResponse
<
void
,
any
,
{}
>
>
Throws
get
Or
Refresh
Token
getOrRefreshToken
(
getOrRefreshTokenRequest
?:
GetOrRefreshTokenRequest
,
options
?:
RawAxiosRequestConfig
,
)
:
Promise
<
AxiosResponse
<
GetOrRefreshToken200Response
,
any
,
{}
>
>
Parameters
Optional
getOrRefreshTokenRequest
:
GetOrRefreshTokenRequest
Optional
options
:
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<
AxiosResponse
<
GetOrRefreshToken200Response
,
any
,
{}
>
>
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
axios
base
Path
configuration
Methods
authorize
get
Or
Refresh
Token
@lasuillard/raindrop-client
Loading...
AuthenticationApi - object-oriented interface