kustomer-client
Preparing search index...
KustomerTypes
UpdateAuthSettingsData
Type Alias UpdateAuthSettingsData
type
UpdateAuthSettingsData
=
{
body
?:
{
app
?:
{
userSessionExpirationMilliseconds
?:
number
}
;
google
:
{
enabled
:
boolean
}
;
kustomer
:
{
enabled
:
boolean
}
;
saml
?:
{
allowUnencryptedAssert
?:
boolean
;
enabled
:
boolean
;
forceAuth
?:
boolean
;
idpIssuerId
?:
string
;
idpLoginUrl
?:
string
;
idpLogoutUrl
?:
string
;
idpPublicCerts
?:
string
[]
;
signRequests
?:
boolean
;
}
;
}
;
path
?:
never
;
query
?:
never
;
url
:
"/auth/settings"
;
}
Index
Properties
body?
path?
query?
url
Properties
Optional
body
body
?:
{
app
?:
{
userSessionExpirationMilliseconds
?:
number
}
;
google
:
{
enabled
:
boolean
}
;
kustomer
:
{
enabled
:
boolean
}
;
saml
?:
{
allowUnencryptedAssert
?:
boolean
;
enabled
:
boolean
;
forceAuth
?:
boolean
;
idpIssuerId
?:
string
;
idpLoginUrl
?:
string
;
idpLogoutUrl
?:
string
;
idpPublicCerts
?:
string
[]
;
signRequests
?:
boolean
;
}
;
}
Optional
path
path
?:
never
Optional
query
query
?:
never
url
url
:
"/auth/settings"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...