Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Connection
PatchAuth0ConnectionBody
Interface PatchAuth0ConnectionBody
Patch body for Auth0 connections.
interface
PatchAuth0ConnectionBody
{
displayName
?:
string
;
isDomainConnection
?:
boolean
;
metadata
?:
Record
<
string
,
any
>
;
options
?:
SAMLOptions
;
realms
?:
string
[]
;
showAsButton
?:
boolean
;
}
Hierarchy (
View Summary
)
BasePatchConnectionBody
PatchAuth0ConnectionBody
Index
Properties
display
Name?
is
Domain
Connection?
metadata?
options?
realms?
show
As
Button?
Properties
Optional
display
Name
displayName
?:
string
Optional
is
Domain
Connection
isDomainConnection
?:
boolean
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
options
options
?:
SAMLOptions
Optional
realms
realms
?:
string
[]
Optional
show
As
Button
showAsButton
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
display
Name
is
Domain
Connection
metadata
options
realms
show
As
Button
Harmony Auth Documentation
Loading...
Patch body for Auth0 connections.