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 Amazon Web Services account. The keys for SupportedLoginProviders
are as follows:
Facebook:
graph.facebook.com
Google:
accounts.google.com
Sign in With Apple:
appleid.apple.com
Amazon:
www.amazon.com
Twitter:
api.twitter.com
Digits:
www.digits.com
If you don't provide a value for a parameter, Amazon Cognito sets it to its default value.
You must use Amazon Web Services developer credentials to call this operation.