Back to Node Auth0

Interface CreateTokenExchangeProfileRequestContent

docs/interfaces/management.Management.CreateTokenExchangeProfileRequestContent.html

5.9.11.5 KB
Original Source

Interface CreateTokenExchangeProfileRequestContent

Example

{ * name: "name", * subject_token_type: "subject_token_type", * action_id: "action_id", * type: "custom_authentication" * }Copy

interface CreateTokenExchangeProfileRequestContent {
name: string;
subject_token_type: string;
action_id: string;
type: "custom_authentication";
}

Index

Properties

namesubject_token_typeaction_idtype

Properties

name

name: string

Friendly name of this profile.

subject_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.

action_id

action_id: string

The ID of the Custom Token Exchange action to execute for this profile, in order to validate the subject_token. The action must use the custom-token-exchange trigger.

type

type: "custom_authentication"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namesubject_token_typeaction_idtype