CreateUserPoolClientResponse constructor

CreateUserPoolClientResponse({
  1. UserPoolClientType? userPoolClient,
})

Implementation

CreateUserPoolClientResponse({
  this.userPoolClient,
});