| 1234567891011121314151617 | <?phpnamespace 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 {}
 |