| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.attributeMapping(AttributeMapping attributeMapping)
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.clientId(String clientId)
The client id recognized by Google APIs.
|
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.clientSecret(String clientSecret)
The client secret to be accompanied with clientId for Google APIs to authenticate the client.
|
static UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.scopes(List<String> scopes)
The list of google permissions to obtain for getting access to the google profile.
|
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
Copyright © 2022. All rights reserved.