Improvement - get Cognito userPoolClientSecret directly from the UserPoolClient #169
Labels
application-feedback
Bugs or anything else to improve the sample Todo application
refactoring
Improvements regarding code design or structure
What's going wrong and not working?
Starting from AWS CDK 2.37.0, it is possible to get the client secret of a UserPoolClient directly, using the following method call that returns a SecretValue:
userPoolClient.getUserPoolClientSecret()
So the workaround using describeUserPoolClient is not needed anymore.
Expected outcome
No response
The text was updated successfully, but these errors were encountered: