public static interface CognitoConfig.Builder extends SdkPojo, CopyableBuilder<CognitoConfig.Builder,CognitoConfig>
Modifier and Type | Method and Description |
---|---|
CognitoConfig.Builder |
clientId(String clientId)
The client ID for your Amazon Cognito user pool.
|
CognitoConfig.Builder |
userPool(String userPool)
A user
pool is a user directory in Amazon Cognito.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CognitoConfig.Builder userPool(String userPool)
A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.
userPool
- A
user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your
web or mobile app through Amazon Cognito. Your users can also sign in through social identity
providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.CognitoConfig.Builder clientId(String clientId)
The client ID for your Amazon Cognito user pool.
clientId
- The client ID for your Amazon Cognito user pool.Copyright © 2021. All rights reserved.