Typescript SDK Type Docs
Preparing search index...
Client v2
AuthOptions
Type Alias AuthOptions
type
AuthOptions
=
{
authType
?:
string
;
credentials
:
{
clientId
:
string
;
clientSecret
:
string
}
;
disableRefreshToken
?:
boolean
;
fetch
?:
any
;
headers
?:
JsonObject
<
string
>
;
host
:
string
;
projectKey
?:
string
;
scopes
?:
string
[]
;
token
?:
string
;
}
Index
Properties
auth
Type?
credentials
disable
Refresh
Token?
fetch?
headers?
host
project
Key?
scopes?
token?
Properties
Optional
auth
Type
authType
?:
string
credentials
credentials
:
{
clientId
:
string
;
clientSecret
:
string
}
Optional
disable
Refresh
Token
disableRefreshToken
?:
boolean
Optional
fetch
fetch
?:
any
Optional
headers
headers
?:
JsonObject
<
string
>
host
host
:
string
Optional
project
Key
projectKey
?:
string
Optional
scopes
scopes
?:
string
[]
Optional
token
token
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Type
credentials
disable
Refresh
Token
fetch
headers
host
project
Key
scopes
token
Typescript SDK Type Docs
Loading...