Class CreateIdentityAssertionAuthorizationGrant
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration on the use of ID-JAGs for Cross App Access.
[Serializable]
public record CreateIdentityAssertionAuthorizationGrant : IJsonOnDeserialized, IEquatable<CreateIdentityAssertionAuthorizationGrant>
- Inheritance
-
CreateIdentityAssertionAuthorizationGrant
- 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
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.