TCognitoIdentityProviderUpdateUserPoolClientRequest
Class in AWS.CognitoIdentityProvider
UpdateUserPoolClient request class.
If you don't provide a value for an attribute, it will be set to the default value.
Ancestors
Properties
AccessTokenValidity
property AccessTokenValidity: TOptional<Integer>
AllowedOAuthFlows
property AllowedOAuthFlows: TList<string>
AllowedOAuthFlowsUserPoolClient
property AllowedOAuthFlowsUserPoolClient: TOptional<Boolean>
AllowedOAuthScopes
property AllowedOAuthScopes: TList<string>
AnalyticsConfiguration
property AnalyticsConfiguration: ICognitoIdentityProviderAnalyticsConfigurationType
Type: ICognitoIdentityProviderAnalyticsConfigurationType
AuthSessionValidity
property AuthSessionValidity: TOptional<Integer>
CallbackURLs
property CallbackURLs: TList<string>
ClientId
property ClientId: string
ClientName
property ClientName: string
DefaultCallbackURI
property DefaultCallbackURI: string
EnablePropagateAdditionalUserContextData
property EnablePropagateAdditionalUserContextData: TOptional<Boolean>
EnableTokenRevocation
property EnableTokenRevocation: TOptional<Boolean>
ExplicitAuthFlows
property ExplicitAuthFlows: TList<string>
IdTokenValidity
property IdTokenValidity: TOptional<Integer>
LogoutURLs
property LogoutURLs: TList<string>
PreventUserExistenceErrors
property PreventUserExistenceErrors: string
ReadAttributes
property ReadAttributes: TList<string>
RefreshTokenValidity
property RefreshTokenValidity: TOptional<Integer>
SupportedIdentityProviders
property SupportedIdentityProviders: TList<string>
TokenValidityUnits
property TokenValidityUnits: ICognitoIdentityProviderTokenValidityUnitsType
Type: ICognitoIdentityProviderTokenValidityUnitsType
UserPoolId
property UserPoolId: string
WriteAttributes
property WriteAttributes: TList<string>
Constructors
Create
constructor Create(const AUserPoolId, AClientId: string);
Constructor for TCognitoIdentityProviderUpdateUserPoolClientRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AClientId | Specify the ID of the client. |