Class UserPoolIdentityProviderFacebook
Represents a identity provider that integrates with 'Facebook Login'.
Inherited Members
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.AWS.Cognito.dll
Syntax (csharp)
public class UserPoolIdentityProviderFacebook : Resource, IUserPoolIdentityProvider, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class UserPoolIdentityProviderFacebook
Inherits Resource
Implements IUserPoolIdentityProvider, IResource, IConstruct, IConstruct, IDependable
Remarks
Resource: AWS::Cognito::UserPoolIdentityProvider
Synopsis
Constructors
UserPoolIdentityProviderFacebook(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
UserPoolIdentityProviderFacebook(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
UserPoolIdentityProviderFacebook(Construct, String, IUserPoolIdentityProviderFacebookProps) |
Properties
ProviderName | The primary identifier of this identity provider. |
Methods
ConfigureAttributeMapping() |
Constructors
UserPoolIdentityProviderFacebook(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected UserPoolIdentityProviderFacebook(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
UserPoolIdentityProviderFacebook(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected UserPoolIdentityProviderFacebook(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
UserPoolIdentityProviderFacebook(Construct, String, IUserPoolIdentityProviderFacebookProps)
public UserPoolIdentityProviderFacebook(Construct scope, string id, IUserPoolIdentityProviderFacebookProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IUserPoolIdentityProviderFacebookProps
Properties
ProviderName
The primary identifier of this identity provider.
public virtual string ProviderName { get; }
Property Value
System.String
Methods
ConfigureAttributeMapping()
protected virtual object ConfigureAttributeMapping()
Returns
System.Object
Implements
Constructs.IConstruct