You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
723 B
17 lines
723 B
<?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 {}
|
|
|