cognitoidentityprovider_describe_user_pool_client {paws.security.identity} | R Documentation |
Given an app client ID, returns configuration information
Description
Given an app client ID, returns configuration information. This operation is useful when you want to inspect an existing app client and programmatically replicate the configuration to another app client. For more information about app clients, see App clients.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_describe_user_pool_client/ for full documentation.
Usage
cognitoidentityprovider_describe_user_pool_client(UserPoolId, ClientId)
Arguments
UserPoolId |
[required] The ID of the user pool that contains the app client you want to describe. |
ClientId |
[required] The ID of the app client that you want to describe. |
[Package paws.security.identity version 0.9.0 Index]