Table of Contents

Class UpdateIdentityAssertionAuthorizationGrant

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration on the use of ID-JAGs for Cross App Access.

[Serializable]
public record UpdateIdentityAssertionAuthorizationGrant : IJsonOnDeserialized, IEquatable<UpdateIdentityAssertionAuthorizationGrant>
Inheritance
UpdateIdentityAssertionAuthorizationGrant
Implements
Inherited Members
Extension Methods

Properties

Active

If set to true, the client can exchange ID-JAGs for access tokens.

[JsonPropertyName("active")]
public required bool Active { get; set; }

Property Value

bool

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.