kustomer-client
Preparing search index...
KustomerApi
getPublicAuthSettings
Function getPublicAuthSettings
getPublicAuthSettings
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
GetPublicAuthSettingsData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
google
:
{
enabled
:
boolean
}
;
kustomer
:
{
enabled
:
boolean
}
;
saml
:
{
enabled
:
boolean
}
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Get Public Auth Settings Gets public authentication settings for the organization.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
GetPublicAuthSettingsData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
google
:
{
enabled
:
boolean
}
;
kustomer
:
{
enabled
:
boolean
}
;
saml
:
{
enabled
:
boolean
}
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kustomer-client
Loading...
Get Public Auth Settings Gets public authentication settings for the organization.