cognitoidentityprovider_list_resource_servers {paws.security.identity} | R Documentation |
Lists the resource servers for a user pool
Description
Lists the resource servers for a user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_list_resource_servers/ for full documentation.
Usage
cognitoidentityprovider_list_resource_servers(
UserPoolId,
MaxResults = NULL,
NextToken = NULL
)
Arguments
UserPoolId |
[required] The ID of the user pool. |
MaxResults |
The maximum number of resource servers to return. |
NextToken |
A pagination token. |
[Package paws.security.identity version 0.9.0 Index]