Table of Contents

Class ConnectionOptionsOffice365

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Options for the 'office365' connection

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

ClientId

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

Property Value

string

ClientSecret

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

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.