Back to Node Auth0

Interface CreateTokenExchangeProfileResponseContent

docs/interfaces/management.Management.CreateTokenExchangeProfileResponseContent.html

5.9.11.9 KB
Original Source

Interface CreateTokenExchangeProfileResponseContent

interface CreateTokenExchangeProfileResponseContent {
id?: string;
name?: string;
subject_token_type?: string;
action_id?: string;
type?: "custom_authentication";
created_at?: string;
updated_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?name?subject_token_type?action_id?type?created_at?updated_at?

Properties

Optionalid

id?: string

The unique ID of the token exchange profile.

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.

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

Optionaltype

type?: "custom_authentication"

Optionalcreated_at

created_at?: string

The time when this profile was created.

Optionalupdated_at

updated_at?: string

The time when this profile was updated.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamesubject_token_typeaction_idtypecreated_atupdated_at