summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php
blob: 3a2c30a4990ce424274b35d1dc7870a92bedb596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 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 {}