Typescript SDK Type Docs
Preparing search index...
Client v2
AnonymousAuthMiddlewareOptions
Type Alias AnonymousAuthMiddlewareOptions
type
AnonymousAuthMiddlewareOptions
=
{
credentials
:
{
anonymousId
?:
string
;
clientId
:
string
;
clientSecret
:
string
;
}
;
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
:
{
anonymousId
?:
string
;
clientId
:
string
;
clientSecret
:
string
}
Optional
fetch
fetch
?:
any
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...