Add documentation for all OpenID Connect authentication plugins available in keystoneauth: - v3oidcpassword: Resource Owner Password Credentials flow - v3oidcclientcredentials: Client Credentials flow - v3oidcaccesstoken: Access Token flow - v3oidcauthcode: Authorization Code flow - v3oidcdeviceauthz: Device Authorization flow (RFC 8628) Signed-off-by: Grzegorz Grasza <xek@redhat.com> Change-Id: I0b81bc559bd05d6325f7da5d2195bee8686912ab
Building Docs
Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:
$ tox -e docs
The documentation will be built at doc/build/.