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.
The configuration of a user pool client.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class UserPoolClientType
The UserPoolClientType type exposes the following members
Name | Description | |
---|---|---|
![]() |
UserPoolClientType() |
Name | Type | Description | |
---|---|---|---|
![]() |
AccessTokenValidity | System.Int32 |
Gets and sets the property AccessTokenValidity.
The access token time limit. After this limit expires, your user can't use their access
token. To specify the time unit for
For example, when you set
The default time unit for If you don't specify otherwise in the configuration of your app client, your access tokens are valid for one hour. |
![]() |
AllowedOAuthFlows | System.Collections.Generic.List<System.String> |
Gets and sets the property AllowedOAuthFlows.
The OAuth grant types that you want your app client to generate. To create an app
client that generates client credentials grants, you must add
|
![]() |
AllowedOAuthFlowsUserPoolClient | System.Boolean |
Gets and sets the property AllowedOAuthFlowsUserPoolClient.
Set to
This parameter must have a value of
To use authorization server features, configure one of these features in the Amazon
Cognito console or set |
![]() |
AllowedOAuthScopes | System.Collections.Generic.List<System.String> |
Gets and sets the property AllowedOAuthScopes.
The OAuth 2.0 scopes that you want your app client to support. Can include standard
OAuth scopes like |
![]() |
AnalyticsConfiguration | Amazon.CognitoIdentityProvider.Model.AnalyticsConfigurationType |
Gets and sets the property AnalyticsConfiguration. The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign. In Amazon Web Services Regions where Amazon Pinpoint isn't available, user pools only support sending events to Amazon Pinpoint projects in Amazon Web Services Region us-east-1. In Regions where Amazon Pinpoint is available, user pools support sending events to Amazon Pinpoint projects within that same Region. |
![]() |
AuthSessionValidity | System.Int32 |
Gets and sets the property AuthSessionValidity.
Amazon Cognito creates a session token for each API request in an authentication flow.
|
![]() |
CallbackURLs | System.Collections.Generic.List<System.String> |
Gets and sets the property CallbackURLs. A list of allowed redirect (callback) URLs for the IdPs. A redirect URI must:
See OAuth 2.0 - Redirection Endpoint. Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. App callback URLs such as myapp://example are also supported. |
![]() |
ClientId | System.String |
Gets and sets the property ClientId. The ID of the app client. |
![]() |
ClientName | System.String |
Gets and sets the property ClientName. The name of the app client. |
![]() |
ClientSecret | System.String |
Gets and sets the property ClientSecret. The app client secret. |
![]() |
CreationDate | System.DateTime |
Gets and sets the property CreationDate.
The date and time when the item was created. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
DefaultRedirectURI | System.String |
Gets and sets the property DefaultRedirectURI.
The default redirect URI. Must be in the A redirect URI must:
See OAuth 2.0 - Redirection Endpoint. Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. App callback URLs such as myapp://example are also supported. |
![]() |
EnablePropagateAdditionalUserContextData | System.Boolean |
Gets and sets the property EnablePropagateAdditionalUserContextData.
When
When
You can only activate |
![]() |
EnableTokenRevocation | System.Boolean |
Gets and sets the property EnableTokenRevocation. Indicates whether token revocation is activated for the user pool client. When you create a new user pool client, token revocation is activated by default. |
![]() |
ExplicitAuthFlows | System.Collections.Generic.List<System.String> |
Gets and sets the property ExplicitAuthFlows. The authentication flows that you want your user pool client to support. For each app client in your user pool, you can sign in your users with any combination of one or more flows, including with a user name and Secure Remote Password (SRP), a user name and password, or a custom authentication process that you define with Lambda functions.
If you don't specify a value for The values for authentication flow options include the following.
In some environments, you will see the values |
![]() |
IdTokenValidity | System.Int32 |
Gets and sets the property IdTokenValidity.
The ID token time limit. After this limit expires, your user can't use their ID token.
To specify the time unit for
For example, when you set
The default time unit for If you don't specify otherwise in the configuration of your app client, your ID tokens are valid for one hour. |
![]() |
LastModifiedDate | System.DateTime |
Gets and sets the property LastModifiedDate.
The date and time when the item was modified. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
LogoutURLs | System.Collections.Generic.List<System.String> |
Gets and sets the property LogoutURLs. A list of allowed logout URLs for the IdPs. |
![]() |
PreventUserExistenceErrors | Amazon.CognitoIdentityProvider.PreventUserExistenceErrorTypes |
Gets and sets the property PreventUserExistenceErrors.
When
Defaults to |
![]() |
ReadAttributes | System.Collections.Generic.List<System.String> |
Gets and sets the property ReadAttributes. The list of user attributes that you want your app client to have read access to. After your user authenticates in your app, their access token authorizes them to read their own attribute value for any attribute in this list.
When you don't specify the |
![]() |
RefreshTokenRotation | Amazon.CognitoIdentityProvider.Model.RefreshTokenRotationType |
Gets and sets the property RefreshTokenRotation. The configuration of your app client for refresh token rotation. When enabled, your app client issues new ID, access, and refresh tokens when users renew their sessions with refresh tokens. When disabled, token refresh issues only ID and access tokens. |
![]() |
RefreshTokenValidity | System.Int32 |
Gets and sets the property RefreshTokenValidity.
The refresh token time limit. After this limit expires, your user can't use their
refresh token. To specify the time unit for
For example, when you set
The default time unit for If you don't specify otherwise in the configuration of your app client, your refresh tokens are valid for 30 days. |
![]() |
SupportedIdentityProviders | System.Collections.Generic.List<System.String> |
Gets and sets the property SupportedIdentityProviders.
A list of provider names for the identity providers (IdPs) that are supported on this
client. The following are supported:
This parameter sets the IdPs that managed
login will display on the login page for your app client. The removal of |
![]() |
TokenValidityUnits | Amazon.CognitoIdentityProvider.Model.TokenValidityUnitsType |
Gets and sets the property TokenValidityUnits.
The time units that, with |
![]() |
UserPoolId | System.String |
Gets and sets the property UserPoolId. The ID of the user pool associated with the app client. |
![]() |
WriteAttributes | System.Collections.Generic.List<System.String> |
Gets and sets the property WriteAttributes. The list of user attributes that you want your app client to have write access to. After your user authenticates in your app, their access token authorizes them to set or modify their own attribute value for any attribute in this list.
When you don't specify the If your app client allows users to sign in through an IdP, this array must include all attributes that you have mapped to IdP attributes. Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If your app client does not have write access to a mapped attribute, Amazon Cognito throws an error when it tries to update the attribute. For more information, see Specifying IdP Attribute Mappings for Your user pool. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5