| Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/ |
| Current File : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningAlgorithm.php |
<?php
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
namespace AWS\CRT\Auth;
class SigningAlgorithm {
const SIGv4 = 0;
const SIGv4_ASYMMETRIC = 1;
}