Skip to content

Commit

Permalink
docs(cognito): wrong default value for UserPoolClient authFlows
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev committed Aug 10, 2023
1 parent 49a8b28 commit 96ff224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cognito/lib/user-pool-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export interface UserPoolClientOptions {
/**
* The set of OAuth authentication flows to enable on the client
* @see https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-authentication-flow.html
* @default - all auth flows disabled
* @default - If you don't specify a value, your user client supports ALLOW_REFRESH_TOKEN_AUTH, ALLOW_USER_SRP_AUTH, and ALLOW_CUSTOM_AUTH.
*/
readonly authFlows?: AuthFlow;

Expand Down

0 comments on commit 96ff224

Please sign in to comment.