keystone.oauth1.core module

keystone.oauth1.core module

Main entry point into the OAuth1 service.

class keystone.oauth1.core.Manager[source]

Bases: keystone.common.manager.Manager

Default pivot point for the OAuth1 backend.

See keystone.common.manager.Manager for more details on how this dynamically calls the backend.

create_access_token(**kwargs)[source]
create_consumer(**kwargs)[source]
create_request_token(**kwargs)[source]
delete_access_token(**kwargs)[source]
delete_consumer(**kwargs)[source]
driver_namespace = 'keystone.oauth1'
update_consumer(**kwargs)[source]
class keystone.oauth1.core.Token(key, secret)[source]

Bases: object

set_verifier(verifier)[source]
keystone.oauth1.core.get_oauth_headers(headers)[source]
keystone.oauth1.core.token_generator(*args, **kwargs)[source]
keystone.oauth1.core.validate_oauth_params(query_string)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.