ISiteAuthSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteAuthSettingsTypeConverter))]
public interface ISiteAuthSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteAuthSettingsTypeConverter))>]
type ISiteAuthSettings = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface ISiteAuthSettings
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

AdditionalLoginParam
AllowedAudience
AllowedExternalRedirectUrl
ClientId
ClientSecret
ClientSecretCertificateThumbprint
DefaultProvider
Enabled
FacebookAppId
FacebookAppSecret
FacebookOAuthScope
GoogleClientId
GoogleClientSecret
GoogleOAuthScope
Id (Inherited from IProxyOnlyResource)
Issuer
Kind (Inherited from IProxyOnlyResource)
MicrosoftAccountClientId
MicrosoftAccountClientSecret
MicrosoftAccountOAuthScope
Name (Inherited from IProxyOnlyResource)
RuntimeVersion
TokenRefreshExtensionHour
TokenStoreEnabled
TwitterConsumerKey
TwitterConsumerSecret
Type (Inherited from IProxyOnlyResource)
UnauthenticatedClientAction
ValidateIssuer

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to