ILogin Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.LoginTypeConverter))]
public interface ILogin : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.LoginTypeConverter))>]
type ILogin = interface
interface IJsonSerializable
Public Interface ILogin
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowedExternalRedirectUrl |
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. |
CookieExpirationConvention |
The convention used when determining the session cookie's expiration. |
CookieExpirationTimeToExpiration |
The time after the request is made when the session cookie should expire. |
NonceExpirationInterval |
The time after the request is made when the nonce should expire. |
NonceValidateNonce |
|
PreserveUrlFragmentsForLogin |
|
RouteLogoutEndpoint |
The endpoint at which a logout request should be made. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |