Create User Pool Client
POST {{aws_cognito_identity_provider_base_url}}/?Action=CreateUserPoolClient
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | Set to code to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint. |