Typescript SDK Type Docs
Preparing search index...
Client v3
PasswordAuthMiddlewareOptions
Type Alias PasswordAuthMiddlewareOptions
type
PasswordAuthMiddlewareOptions
=
{
credentials
:
{
clientId
:
string
;
clientSecret
:
string
;
user
:
UserAuthOptions
;
}
;
host
:
string
;
httpClient
?:
Function
;
httpClientOptions
?:
object
;
oauthUri
?:
string
;
projectKey
:
string
;
scopes
?:
string
[]
;
tokenCache
?:
TokenCache
;
}
Index
Properties
credentials
host
http
Client?
http
Client
Options?
oauth
Uri?
project
Key
scopes?
token
Cache?
Properties
credentials
credentials
:
{
clientId
:
string
;
clientSecret
:
string
;
user
:
UserAuthOptions
}
host
host
:
string
Optional
http
Client
httpClient
?:
Function
Optional
http
Client
Options
httpClientOptions
?:
object
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
host
http
Client
http
Client
Options
oauth
Uri
project
Key
scopes
token
Cache
Typescript SDK Type Docs
Loading...