Class FlowsVaultConnectioSetupOauthApp
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowsVaultConnectioSetupOauthApp : IJsonOnDeserialized, IEquatable<FlowsVaultConnectioSetupOauthApp>
- Inheritance
-
FlowsVaultConnectioSetupOauthApp
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Audience
[JsonPropertyName("audience")]
public string? Audience { get; set; }
Property Value
ClientId
[JsonPropertyName("client_id")]
public required string ClientId { get; set; }
Property Value
ClientSecret
[JsonPropertyName("client_secret")]
public required string ClientSecret { get; set; }
Property Value
Domain
[JsonPropertyName("domain")]
public required string Domain { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required FlowsVaultConnectioSetupTypeOauthAppEnum Type { get; set; }
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.