Table of Contents

Class UpdateTokenExchangeProfileRequestContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateTokenExchangeProfileRequestContent : IEquatable<UpdateTokenExchangeProfileRequestContent>
Inheritance
UpdateTokenExchangeProfileRequestContent
Implements
Inherited Members
Extension Methods

Properties

Name

Friendly name of this profile.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

SubjectTokenType

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.

[JsonPropertyName("subject_token_type")]
public string? SubjectTokenType { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.