WebAppLoginInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the login flow of users using App Service Authentication/Authorization. Serialized Name: Login
public class WebAppLoginInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WebAppLoginInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WebAppLoginInfo>
type WebAppLoginInfo = class
interface IJsonModel<WebAppLoginInfo>
interface IPersistableModel<WebAppLoginInfo>
Public Class WebAppLoginInfo
Implements IJsonModel(Of WebAppLoginInfo), IPersistableModel(Of WebAppLoginInfo)
- Inheritance
-
WebAppLoginInfo
- Implements
Constructors
| Name | Description |
|---|---|
| WebAppLoginInfo() |
Initializes a new instance of WebAppLoginInfo. |
Properties
| Name | Description |
|---|---|
| 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. Serialized Name: Login.allowedExternalRedirectUrls |
| CookieExpiration |
The configuration settings of the session cookie's expiration. Serialized Name: Login.cookieExpiration |
| Nonce |
The configuration settings of the nonce used in the login flow. Serialized Name: Login.nonce |
| PreserveUrlFragmentsForLogins |
<code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. Serialized Name: Login.preserveUrlFragmentsForLogins |
| RoutesLogoutEndpoint |
The endpoint at which a logout request should be made. Serialized Name: LoginRoutes.logoutEndpoint |
| TokenStore |
The configuration settings of the token store. Serialized Name: Login.tokenStore |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |