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

    Interface ClientTokenExchangeConfigurationOrNull

    Configuration for token exchange.

    interface ClientTokenExchangeConfigurationOrNull {
        allow_any_profile_of_type?: "custom_authentication"[];
    }
    Index

    Properties

    allow_any_profile_of_type?: "custom_authentication"[]

    List the enabled token exchange types for this client.