Describes a resource server
Source:R/cognitoidentityprovider_operations.R
cognitoidentityprovider_describe_resource_server.RdDescribes a resource server. For more information about resource servers, see Access control with resource servers.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_describe_resource_server/ for full documentation.
Arguments
- UserPoolId
[required] The ID of the user pool that hosts the resource server.
- Identifier
[required] A unique resource server identifier for the resource server. The identifier can be an API friendly name like
solar-system-data. You can also set an API URL likehttps://solar-system-data-api.example.comas your identifier.Amazon Cognito represents scopes in the access token in the format
$resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.