createIdentityPool
inline suspend fun CognitoIdentityClient.createIdentityPool(crossinline block: CreateIdentityPoolRequest.Builder.() -> Unit): CreateIdentityPoolResponse
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The keys for SupportedLoginProviders
are as follows:
Facebook:
graph.facebook.com
Google:
accounts.google.com
Amazon:
www.amazon.com
Twitter:
api.twitter.com
Digits:
www.digits.com
You must use AWS Developer credentials to call this API.