Back to Node Auth0

Interface UpdateTokenExchangeProfileRequestContent

docs/interfaces/management.Management.UpdateTokenExchangeProfileRequestContent.html

5.9.1991 B
Original Source

Interface UpdateTokenExchangeProfileRequestContent

Example

{}Copy

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

Index

Properties

name?subject_token_type?

Properties

Optionalname

name?: string

Friendly name of this profile.

Optionalsubject_token_type

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.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namesubject_token_type