Class CrossAppAccessRequestingApp
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configure the connection to be used as a Requesting Application for Cross App Access.
[Serializable]
public record CrossAppAccessRequestingApp : IJsonOnDeserialized, IEquatable<CrossAppAccessRequestingApp>
- Inheritance
-
CrossAppAccessRequestingApp
- Implements
- Inherited Members
- Extension Methods
Properties
Active
Set to true to enable the connection as a Requesting Application for Cross App Access.
[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.