Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/
Upload File :
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;
}