IdentityPoolCognitoIdentityProvider

data class IdentityPoolCognitoIdentityProvider(val clientId: String? = null, val providerName: String? = null, val serverSideTokenCheck: Boolean? = null)

Constructors

Link copied to clipboard
constructor(clientId: String? = null, providerName: String? = null, serverSideTokenCheck: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client ID for the Amazon Cognito Identity User Pool.

Link copied to clipboard
val providerName: String? = null

The provider name for an Amazon Cognito Identity User Pool.

Link copied to clipboard

Whether server-side token validation is enabled for the identity provider’s token or not.