Oauth authentication plugins.
Warning
This module requires installation of an extra package (oauthlib) not installed by default. Without the extra package an import error will occur. The extra package can be installed using:
$ pip install keystoneauth['oauth1']
keystoneauth1.extras.oauth1.v3.
OAuth1Method
(**kwargs)¶Bases: keystoneauth1.identity.v3.base.AuthMethod
OAuth based authentication method.
Parameters: |
---|
get_auth_data
(session, auth, headers, **kwargs)¶get_cache_id_elements
()¶keystoneauth1.extras.oauth1.v3.
OAuth1
(*args, **kwargs)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.