OpenIdAuthenticationSettingsContract Class

Definition

API OAuth2 Authentication settings details.

public class OpenIdAuthenticationSettingsContract
public class OpenIdAuthenticationSettingsContract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.OpenIdAuthenticationSettingsContract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.OpenIdAuthenticationSettingsContract>
type OpenIdAuthenticationSettingsContract = class
type OpenIdAuthenticationSettingsContract = class
    interface IJsonModel<OpenIdAuthenticationSettingsContract>
    interface IPersistableModel<OpenIdAuthenticationSettingsContract>
Public Class OpenIdAuthenticationSettingsContract
Public Class OpenIdAuthenticationSettingsContract
Implements IJsonModel(Of OpenIdAuthenticationSettingsContract), IPersistableModel(Of OpenIdAuthenticationSettingsContract)
Inheritance
OpenIdAuthenticationSettingsContract
Implements

Constructors

OpenIdAuthenticationSettingsContract()

Initializes a new instance of OpenIdAuthenticationSettingsContract.

Properties

BearerTokenSendingMethods

How to send token to the server.

OpenIdProviderId

OAuth authorization server identifier.

Explicit Interface Implementations

IJsonModel<OpenIdAuthenticationSettingsContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OpenIdAuthenticationSettingsContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenIdAuthenticationSettingsContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenIdAuthenticationSettingsContract>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OpenIdAuthenticationSettingsContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to