The :mod:`keystoneclient` Python API
====================================

.. module:: keystoneclient
   :synopsis: A client for the OpenStack Keystone API.

.. currentmodule:: keystoneclient.generic.client

.. autoclass:: Client

    .. automethod:: discover

.. currentmodule:: keystoneclient.v2_0.client

.. autoclass:: Client

    .. automethod:: authenticate


For more information, see the reference documentation:

.. toctree::
   :maxdepth: 2

   ref/index
