Back to Node Auth0

Interface ListTokenExchangeProfileResponseContent

docs/interfaces/management.Management.ListTokenExchangeProfileResponseContent.html

5.9.11.0 KB
Original Source

Interface ListTokenExchangeProfileResponseContent

interface ListTokenExchangeProfileResponseContent {
next?: string;
token_exchange_profiles?: TokenExchangeProfileResponseContent[];
}

Index

Properties

next?token_exchange_profiles?

Properties

Optionalnext

next?: string

Opaque identifier for use with the from query parameter for the next page of results.
This identifier is valid for 24 hours.

Optionaltoken_exchange_profiles

token_exchange_profiles?: TokenExchangeProfileResponseContent[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nexttoken_exchange_profiles