AuthorizationProviderOAuth2GrantTypes Class

Definition

Authorization Provider oauth2 grant types settings.

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

Constructors

AuthorizationProviderOAuth2GrantTypes()

Initializes a new instance of AuthorizationProviderOAuth2GrantTypes.

Properties

AuthorizationCode

OAuth2 authorization code grant parameters.

ClientCredentials

OAuth2 client credential grant parameters.

Explicit Interface Implementations

IJsonModel<AuthorizationProviderOAuth2GrantTypes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AuthorizationProviderOAuth2GrantTypes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthorizationProviderOAuth2GrantTypes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthorizationProviderOAuth2GrantTypes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AuthorizationProviderOAuth2GrantTypes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to