class Aws::SSOOIDC::Client

def start_device_authorization(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • start_device_authorization(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/StartDeviceAuthorization - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::StartDeviceAuthorizationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :start_url (required, String) --
  • :client_secret (required, String) --
  • :client_id (required, String) --
def start_device_authorization(params = {}, options = {})
  req = build_request(:start_device_authorization, params)
  req.send_request(options)
end