Auth0 Node.js SDK - v5.1.0
Preparing search index...
management
Management
ConnectionResponseContentOidc
Interface ConnectionResponseContentOidc
Response for connections with strategy=oidc
interface
ConnectionResponseContentOidc
{
display_name
?:
string
;
enabled_clients
?:
ConnectionEnabledClients
;
is_domain_connection
?:
boolean
;
show_as_button
?:
boolean
;
realms
?:
ConnectionRealms
;
metadata
?:
ConnectionsMetadata
;
authentication
?:
ConnectionAuthenticationPurpose
;
connected_accounts
?:
ConnectionConnectedAccountsPurpose
;
strategy
:
"oidc"
;
options
?:
ConnectionOptionsOidc
;
id
?:
string
;
name
?:
string
;
}
Hierarchy (
View Summary
)
ConnectionRequestCommon
ConnectionResponseContentOidc
Index
Properties
display_
name?
enabled_
clients?
is_
domain_
connection?
show_
as_
button?
realms?
metadata?
authentication?
connected_
accounts?
strategy
options?
id?
name?
Properties
Optional
display_
name
display_name
?:
string
Optional
enabled_
clients
enabled_clients
?:
ConnectionEnabledClients
Optional
is_
domain_
connection
is_domain_connection
?:
boolean
Optional
show_
as_
button
show_as_button
?:
boolean
Optional
realms
realms
?:
ConnectionRealms
Optional
metadata
metadata
?:
ConnectionsMetadata
Optional
authentication
authentication
?:
ConnectionAuthenticationPurpose
Optional
connected_
accounts
connected_accounts
?:
ConnectionConnectedAccountsPurpose
strategy
strategy
:
"oidc"
Optional
options
options
?:
ConnectionOptionsOidc
Optional
id
id
?:
string
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
display_
name
enabled_
clients
is_
domain_
connection
show_
as_
button
realms
metadata
authentication
connected_
accounts
strategy
options
id
name
Auth0 Node.js SDK - v5.1.0
Loading...
Response for connections with strategy=oidc