SSOOIDCClient.php 0000644 00000001323 15152100444 0007512 0 ustar 00 <?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.php 0000644 00000000306 15152100444 0012170 0 ustar 00 <?php
namespace Aws\SSOOIDC\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS SSO OIDC** service.
*/
class SSOOIDCException extends AwsException {}