Back to Node Auth0

Interface EventStreamCloudEventContextConnection

docs/interfaces/management.Management.EventStreamCloudEventContextConnection.html

5.9.1839 B
Original Source

Interface EventStreamCloudEventContextConnection

The Auth0 Connection used for the authentication transaction that generated the event.

interface EventStreamCloudEventContextConnection {
id: string;
name: string;
strategy: string;
}

Index

Properties

idnamestrategy

Properties

id

id: string

The ID of the connection.

name

name: string

The name of the connection.

strategy

strategy: string

The auth strategy implemented by the connection.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamestrategy