Class FunctionAppAuthSettingsFacebook
Inheritance
System.Object
FunctionAppAuthSettingsFacebook
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppAuthSettingsFacebook
Fields
View SourceAppId
The App ID of the Facebook app used for login
Declaration
public readonly string AppId
Field Value
| Type | Description |
|---|---|
| System.String |
AppSecret
The App Secret of the Facebook app used for Facebook Login.
Declaration
public readonly string AppSecret
Field Value
| Type | Description |
|---|---|
| System.String |
OauthScopes
The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. https://developers.facebook.com/docs/facebook-login
Declaration
public readonly ImmutableArray<string> OauthScopes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |