AuthorizationProviderOAuth2Settings Class

Definition

OAuth2 settings details.

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

Constructors

AuthorizationProviderOAuth2Settings()

Initializes a new instance of AuthorizationProviderOAuth2Settings.

Properties

GrantTypes

OAuth2 settings.

RedirectUri

Redirect URL to be set in the OAuth application.

Explicit Interface Implementations

IJsonModel<AuthorizationProviderOAuth2Settings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AuthorizationProviderOAuth2Settings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthorizationProviderOAuth2Settings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthorizationProviderOAuth2Settings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AuthorizationProviderOAuth2Settings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to