public static final class UserPoolIdentityProviderGoogleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolIdentityProviderGoogleProps
UserPoolIdentityProviderGoogleProps
UserPoolIdentityProviderGoogleProps.Builder, UserPoolIdentityProviderGoogleProps.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) |
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 Google APIs.
|
java.lang.String |
getClientSecret()
The client secret to be accompanied with clientId for Google APIs to authenticate the client.
|
java.util.List<java.lang.String> |
getScopes()
The list of google permissions to obtain for getting access to the google 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()
UserPoolIdentityProviderGoogleProps
getClientId
in interface UserPoolIdentityProviderGoogleProps
public final java.lang.String getClientSecret()
UserPoolIdentityProviderGoogleProps
getClientSecret
in interface UserPoolIdentityProviderGoogleProps
public final java.util.List<java.lang.String> getScopes()
UserPoolIdentityProviderGoogleProps
Default: [ profile ]
getScopes
in interface UserPoolIdentityProviderGoogleProps
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()