AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A provider representing an Amazon Cognito user pool and its client ID.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentity.Model.CognitoIdentityProviderInfo

Namespace: Amazon.CognitoIdentity.Model
Assembly: AWSSDK.CognitoIdentity.dll
Version: 3.x.y.z

Syntax

C#
public class CognitoIdentityProviderInfo

The CognitoIdentityProviderInfo type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientId System.String

Gets and sets the property ClientId.

The client ID for the Amazon Cognito user pool.

Public Property ProviderName System.String

Gets and sets the property ProviderName.

The provider name for an Amazon Cognito user pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

Public Property ServerSideTokenCheck System.Boolean

Gets and sets the property ServerSideTokenCheck.

TRUE if server-side token validation is enabled for the identity provider’s token.

Once you set ServerSideTokenCheck to TRUE for an identity pool, that identity pool will check with the integrated user pools to make sure that the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user.

If the user is signed out or deleted, the identity pool will return a 400 Not Authorized error.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5