@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.494Z") @Stability(value=Stable) 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()
The client id recognized by Google APIs.
|
String |
getClientSecret()
The client secret to be accompanied with clientId for Google APIs to authenticate the client.
|
default List<String> |
getScopes()
The list of google permissions to obtain for getting access to the google profile.
|
getAttributeMapping, getUserPool@Stability(value=Stable) @NotNull String getClientId()
https://developers.google.com/identity/sign-in/web/sign-in#specify_your_apps_client_id@Stability(value=Stable) @NotNull String getClientSecret()
https://developers.google.com/identity/sign-in/web/sign-in@Stability(value=Stable) @Nullable default List<String> getScopes()
Default: [ profile ]
https://developers.google.com/identity/sign-in/web/sign-in@Stability(value=Stable) static UserPoolIdentityProviderGoogleProps.Builder builder()
builder in interface UserPoolIdentityProviderPropsUserPoolIdentityProviderGoogleProps.Builder of UserPoolIdentityProviderGooglePropsCopyright © 2021. All rights reserved.