Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Connection
BaseConnection
Interface BaseConnection
Base connection interface for Auth0 and Cognito connections.
interface
BaseConnection
{
displayName
?:
string
;
id
:
string
;
metadata
?:
Record
<
string
,
any
>
;
name
:
string
;
}
Hierarchy (
View Summary
)
BaseConnection
Auth0Connection
CognitoConnection
Index
Properties
display
Name?
id
metadata?
name
Properties
Optional
display
Name
displayName
?:
string
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
name
name
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
display
Name
id
metadata
name
Harmony Auth Documentation
Loading...
Base connection interface for Auth0 and Cognito connections.