@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.772Z") @Stability(value=Experimental) public interface UserPoolIdentityProviderGoogleProps extends software.amazon.jsii.JsiiSerializable, UserPoolIdentityProviderProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolIdentityProviderGoogleProps.Builder
A builder for
UserPoolIdentityProviderGoogleProps |
static class |
UserPoolIdentityProviderGoogleProps.Jsii$Proxy
An implementation for
UserPoolIdentityProviderGoogleProps |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolIdentityProviderGoogleProps.Builder |
builder() |
String |
getClientId()
(experimental) The client id recognized by Google APIs.
|
String |
getClientSecret()
(experimental) The client secret to be accompanied with clientId for Google APIs to authenticate the client.
|
default List<String> |
getScopes()
(experimental) The list of google permissions to obtain for getting access to the google profile.
|
getAttributeMapping, getUserPool@Stability(value=Experimental) @NotNull String getClientId()
https://developers.google.com/identity/sign-in/web/sign-in#specify_your_apps_client_id@Stability(value=Experimental) @NotNull String getClientSecret()
https://developers.google.com/identity/sign-in/web/sign-in@Stability(value=Experimental) @Nullable default List<String> getScopes()
Default: [ profile ]
https://developers.google.com/identity/sign-in/web/sign-in@Stability(value=Experimental) static UserPoolIdentityProviderGoogleProps.Builder builder()
builder in interface UserPoolIdentityProviderPropsUserPoolIdentityProviderGoogleProps.Builder of UserPoolIdentityProviderGooglePropsCopyright © 2021. All rights reserved.