Typescript SDK Type Docs
Preparing search index...
Client v2
RefreshAuthMiddlewareOptions
Type Alias RefreshAuthMiddlewareOptions
type
RefreshAuthMiddlewareOptions
=
{
credentials
:
{
clientId
:
string
;
clientSecret
:
string
}
;
fetch
?:
any
;
host
:
string
;
oauthUri
?:
string
;
projectKey
:
string
;
refreshToken
:
string
;
tokenCache
?:
TokenCache
;
}
Index
Properties
credentials
fetch?
host
oauth
Uri?
project
Key
refresh
Token
token
Cache?
Properties
credentials
credentials
:
{
clientId
:
string
;
clientSecret
:
string
}
Optional
fetch
fetch
?:
any
host
host
:
string
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
fetch
host
oauth
Uri
project
Key
refresh
Token
token
Cache
Typescript SDK Type Docs
Loading...