Typescript SDK Type Docs
Preparing search index...
Client v2
CustomAuthOptions
Type Alias CustomAuthOptions
type
CustomAuthOptions
=
{
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
Optional
credentials
credentials
?:
{
clientId
:
string
;
clientSecret
:
string
}
Optional
disable
Refresh
Token
disableRefreshToken
?:
boolean
Optional
fetch
fetch
?:
any
Optional
headers
headers
?:
JsonObject
<
string
>
Optional
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...