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

    Interface ClientTokenExchangeConfiguration

    Configuration for token exchange.

    interface ClientTokenExchangeConfiguration {
        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.