UserPoolClientType constructor

UserPoolClientType({
  1. int? accessTokenValidity,
  2. List<OAuthFlowType>? allowedOAuthFlows,
  3. bool? allowedOAuthFlowsUserPoolClient,
  4. List<String>? allowedOAuthScopes,
  5. AnalyticsConfigurationType? analyticsConfiguration,
  6. List<String>? callbackURLs,
  7. String? clientId,
  8. String? clientName,
  9. String? clientSecret,
  10. DateTime? creationDate,
  11. String? defaultRedirectURI,
  12. List<ExplicitAuthFlowsType>? explicitAuthFlows,
  13. int? idTokenValidity,
  14. DateTime? lastModifiedDate,
  15. List<String>? logoutURLs,
  16. PreventUserExistenceErrorTypes? preventUserExistenceErrors,
  17. List<String>? readAttributes,
  18. int? refreshTokenValidity,
  19. List<String>? supportedIdentityProviders,
  20. TokenValidityUnitsType? tokenValidityUnits,
  21. String? userPoolId,
  22. List<String>? writeAttributes,
})

Implementation

UserPoolClientType({
  this.accessTokenValidity,
  this.allowedOAuthFlows,
  this.allowedOAuthFlowsUserPoolClient,
  this.allowedOAuthScopes,
  this.analyticsConfiguration,
  this.callbackURLs,
  this.clientId,
  this.clientName,
  this.clientSecret,
  this.creationDate,
  this.defaultRedirectURI,
  this.explicitAuthFlows,
  this.idTokenValidity,
  this.lastModifiedDate,
  this.logoutURLs,
  this.preventUserExistenceErrors,
  this.readAttributes,
  this.refreshTokenValidity,
  this.supportedIdentityProviders,
  this.tokenValidityUnits,
  this.userPoolId,
  this.writeAttributes,
});