UserPoolClientDescription constructor

UserPoolClientDescription({
  1. String? clientId,
  2. String? clientName,
  3. String? userPoolId,
})

Implementation

UserPoolClientDescription({
  this.clientId,
  this.clientName,
  this.userPoolId,
});