Auth0 Node.js SDK - v5.5.0
    Preparing search index...

    Interface ClientTokenExchangeConfigurationOrNull

    Configuration for token exchange.

    interface ClientTokenExchangeConfigurationOrNull {
        allow_any_profile_of_type?: Management.ClientTokenExchangeTypeEnum[];
    }
    Index

    Properties

    allow_any_profile_of_type?: Management.ClientTokenExchangeTypeEnum[]

    List the enabled token exchange types for this client.