ContainerAppLoginNonce Class

Definition

The configuration settings of the nonce used in the login flow.

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

Constructors

ContainerAppLoginNonce()

Initializes a new instance of ContainerAppLoginNonce.

Properties

NonceExpirationInterval

The time after the request is made when the nonce should expire.

ValidateNonce

<code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppLoginNonce>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppLoginNonce>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppLoginNonce>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppLoginNonce>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppLoginNonce>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to