Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.DescribeUserPoolClient C# (CSharp) Method

DescribeUserPoolClient() public method

Client method for returning the configuration information and metadata of the specified user pool client.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. ///
public DescribeUserPoolClient ( DescribeUserPoolClientRequest request ) : DescribeUserPoolClientResponse
request Amazon.CognitoIdentityProvider.Model.DescribeUserPoolClientRequest Container for the necessary parameters to execute the DescribeUserPoolClient service method.
return Amazon.CognitoIdentityProvider.Model.DescribeUserPoolClientResponse
        public DescribeUserPoolClientResponse DescribeUserPoolClient(DescribeUserPoolClientRequest request)
        {
            var marshaller = new DescribeUserPoolClientRequestMarshaller();
            var unmarshaller = DescribeUserPoolClientResponseUnmarshaller.Instance;

            return Invoke<DescribeUserPoolClientRequest,DescribeUserPoolClientResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient