Typescript SDK Type Docs
Preparing search index...
Client v2
AuthMiddlewareOptions
Type Alias AuthMiddlewareOptions
type
AuthMiddlewareOptions
=
{
credentials
:
Credentials
;
fetch
?:
any
;
host
:
string
;
oauthUri
?:
string
;
projectKey
:
string
;
scopes
?:
string
[]
;
tokenCache
?:
TokenCache
;
}
Index
Properties
credentials
fetch?
host
oauth
Uri?
project
Key
scopes?
token
Cache?
Properties
credentials
credentials
:
Credentials
Optional
fetch
fetch
?:
any
fix until we understand how to type the new node-fetch version
host
host
:
string
Optional
oauth
Uri
oauthUri
?:
string
project
Key
projectKey
:
string
Optional
scopes
scopes
?:
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
scopes
token
Cache
Typescript SDK Type Docs
Loading...
fix until we understand how to type the new node-fetch version