Values.AddUserPoolClientSecretRequestSourceThe request to create a new client secret for a user pool app client.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool that contains the app client.
*)clientId : ClientIdType.t;The ID of the app client for which you want to create a new secret.
*)clientSecret : ClientSecretType.t option;The client secret value you want to use. If you don't provide this parameter, Amazon Cognito generates a secure secret for you.
*)}val make :
?clientSecret:??? ->
userPoolId:UserPoolIdType.t ->
clientId:ClientIdType.t ->
unit ->
t