TCognitoIdentityProviderCreateUserPoolClientRequest
Class in AWS.CognitoIdentityProvider
CreateUserPoolClient request class.
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>
ClientName
property ClientName: string
DefaultCallbackURI
property DefaultCallbackURI: string
EnablePropagateAdditionalUserContextData
property EnablePropagateAdditionalUserContextData: TOptional<Boolean>
EnableTokenRevocation
property EnableTokenRevocation: TOptional<Boolean>
ExplicitAuthFlows
property ExplicitAuthFlows: TList<string>
GenerateSecret
property GenerateSecret: TOptional<Boolean>
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, AClientName: string); overload;
Constructor for TCognitoIdentityProviderCreateUserPoolClientRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AClientName | Specify a name for the user pool client. |