/home/mip/mip/public/img/credit/datatables/SSOOIDC.tar
SSOOIDCClient.php000064400000001323151521004440007512 0ustar00<?php
namespace Aws\SSOOIDC;

use Aws\AwsClient;

/**
 * This client is used to interact with the **AWS SSO OIDC** service.
 * @method \Aws\Result createToken(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createTokenAsync(array $args = [])
 * @method \Aws\Result createTokenWithIAM(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createTokenWithIAMAsync(array $args = [])
 * @method \Aws\Result registerClient(array $args = [])
 * @method \GuzzleHttp\Promise\Promise registerClientAsync(array $args = [])
 * @method \Aws\Result startDeviceAuthorization(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startDeviceAuthorizationAsync(array $args = [])
 */
class SSOOIDCClient extends AwsClient {}
Exception/SSOOIDCException.php000064400000000306151521004440012170 0ustar00<?php
namespace Aws\SSOOIDC\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS SSO OIDC** service.
 */
class SSOOIDCException extends AwsException {}