Login 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.
public class Login
type Login = class
Public Class Login
- Inheritance
-
Login
Constructors
Login() |
Initializes a new instance of the Login class. |
Login(LoginRoutes, TokenStore, Nullable<Boolean>, IList<String>, CookieExpiration, Nonce) |
Initializes a new instance of the Login class. |
Properties
AllowedExternalRedirectUrls |
Gets or sets 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 |
Gets or sets the configuration settings of the session cookie's expiration. |
Nonce |
Gets or sets the configuration settings of the nonce used in the login flow. |
PreserveUrlFragmentsForLogins |
Gets or sets <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. |
Routes |
Gets or sets the routes that specify the endpoints used for login and logout requests. |
TokenStore |
Gets or sets the configuration settings of the token store. |
Applies to
Azure SDK for .NET