Table of Contents

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

ReadOnlyAdditionalProperties

Audience

[JsonPropertyName("audience")]
public string? Audience { get; set; }

Property Value

string

ClientId

[JsonPropertyName("client_id")]
public required string ClientId { get; set; }

Property Value

string

ClientSecret

[JsonPropertyName("client_secret")]
public required string ClientSecret { get; set; }

Property Value

string

Domain

[JsonPropertyName("domain")]
public required string Domain { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public required FlowsVaultConnectioSetupTypeOauthAppEnum Type { get; set; }

Property Value

FlowsVaultConnectioSetupTypeOauthAppEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.