public static final class UserPoolIdentityProviderFacebookProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolIdentityProviderFacebookProps
UserPoolIdentityProviderFacebookProps
UserPoolIdentityProviderFacebookProps.Builder, UserPoolIdentityProviderFacebookProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApiVersion()
The Facebook API version to use.
|
AttributeMapping |
getAttributeMapping()
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
java.lang.String |
getClientId()
The client id recognized by Facebook APIs.
|
java.lang.String |
getClientSecret()
The client secret to be accompanied with clientUd for Facebook to authenticate the client.
|
java.util.List<java.lang.String> |
getScopes()
The list of facebook permissions to obtain for getting access to the Facebook profile.
|
IUserPool |
getUserPool()
The user pool to which this construct provides identities.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClientId()
UserPoolIdentityProviderFacebookProps
getClientId
in interface UserPoolIdentityProviderFacebookProps
public final java.lang.String getClientSecret()
UserPoolIdentityProviderFacebookProps
getClientSecret
in interface UserPoolIdentityProviderFacebookProps
public final java.lang.String getApiVersion()
UserPoolIdentityProviderFacebookProps
Default: - to the oldest version supported by Facebook
getApiVersion
in interface UserPoolIdentityProviderFacebookProps
public final java.util.List<java.lang.String> getScopes()
UserPoolIdentityProviderFacebookProps
Default: [ public_profile ]
getScopes
in interface UserPoolIdentityProviderFacebookProps
public final IUserPool getUserPool()
UserPoolIdentityProviderProps
getUserPool
in interface UserPoolIdentityProviderProps
public final AttributeMapping getAttributeMapping()
UserPoolIdentityProviderProps
Default: - no attribute mapping
getAttributeMapping
in interface UserPoolIdentityProviderProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()