Typescript SDK Type Docs
Preparing search index...
Client v3
RefreshAuthMiddlewareOptions
Type Alias RefreshAuthMiddlewareOptions
type
RefreshAuthMiddlewareOptions
=
{
credentials
:
{
clientId
:
string
;
clientSecret
:
string
}
;
host
:
string
;
httpClient
?:
Function
;
httpClientOptions
?:
object
;
oauthUri
?:
string
;
projectKey
:
string
;
refreshToken
:
string
;
tokenCache
?:
TokenCache
;
}
Index
Properties
credentials
host
http
Client?
http
Client
Options?
oauth
Uri?
project
Key
refresh
Token
token
Cache?
Properties
credentials
credentials
:
{
clientId
:
string
;
clientSecret
:
string
}
host
host
:
string
Optional
http
Client
httpClient
?:
Function
Optional
http
Client
Options
httpClientOptions
?:
object
Optional
oauth
Uri
oauthUri
?:
string
project
Key
projectKey
:
string
refresh
Token
refreshToken
:
string
Optional
token
Cache
tokenCache
?:
TokenCache
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credentials
host
http
Client
http
Client
Options
oauth
Uri
project
Key
refresh
Token
token
Cache
Typescript SDK Type Docs
Loading...