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

CreateUserPoolClient() public method

Creates the 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 is thrown when a user exceeds the limit for a requested AWS resource. /// /// 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 CreateUserPoolClient ( CreateUserPoolClientRequest request ) : CreateUserPoolClientResponse
request Amazon.CognitoIdentityProvider.Model.CreateUserPoolClientRequest Container for the necessary parameters to execute the CreateUserPoolClient service method.
return Amazon.CognitoIdentityProvider.Model.CreateUserPoolClientResponse
        public CreateUserPoolClientResponse CreateUserPoolClient(CreateUserPoolClientRequest request)
        {
            var marshaller = new CreateUserPoolClientRequestMarshaller();
            var unmarshaller = CreateUserPoolClientResponseUnmarshaller.Instance;

            return Invoke<CreateUserPoolClientRequest,CreateUserPoolClientResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient