Back to Node Auth0

Interface GetConnectionEnabledClientsResponseContent

docs/interfaces/management.Management.GetConnectionEnabledClientsResponseContent.html

5.9.1911 B
Original Source

Interface GetConnectionEnabledClientsResponseContent

interface GetConnectionEnabledClientsResponseContent {
clients: ConnectionEnabledClient[];
next?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

clientsnext?

Properties

clients

clients: ConnectionEnabledClient[]

Clients for which the connection is enabled

Optionalnext

next?: string

Encoded next token

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties clientsnext