WebAppLoginInfo Class

Definition

The configuration settings of the login flow of users using App Service Authentication/Authorization.

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

Constructors

WebAppLoginInfo()

Initializes a new instance of WebAppLoginInfo.

Properties

AllowedExternalRedirectUrls

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

CookieExpiration

The configuration settings of the session cookie's expiration.

Nonce

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

PreserveUrlFragmentsForLogins

<code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.

RoutesLogoutEndpoint

The endpoint at which a logout request should be made.

TokenStore

The configuration settings of the token store.

Explicit Interface Implementations

IJsonModel<WebAppLoginInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppLoginInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppLoginInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppLoginInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppLoginInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to