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

    Interface UpdateTokenExchangeProfileRequestContent

    {}
    
    interface UpdateTokenExchangeProfileRequestContent {
        name?: string;
        subject_token_type?: string;
    }
    Index

    Properties

    name?: string

    Friendly name of this profile.

    subject_token_type?: string

    Subject token type for this profile. When receiving a token exchange request on the Authentication API, the corresponding token exchange profile with a matching subject_token_type will be executed. This must be a URI.