class Aws::SSOOIDC::Client

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

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

Overloads:
  • create_token(params = {})

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

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

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

Options Hash: (**params)
  • :redirect_uri (String) --
  • :scope (Array) --
  • :refresh_token (String) --
  • :code (String) --
  • :device_code (String) --
  • :grant_type (required, String) --
  • :client_secret (required, String) --
  • :client_id (required, String) --
def create_token(params = {}, options = {})
  req = build_request(:create_token, params)
  req.send_request(options)
end