keystone.api.os_oauth2.AccessTokenResource[source]¶Bases: keystone.server.flask.common.ResourceBase
methods: ClassVar[Optional[Collection[str]]] = {'DELETE', 'GET', 'HEAD', 'PATCH', 'POST', 'PUT'}¶The methods this view is registered for. Uses the same default
(["GET", "HEAD", "OPTIONS"]) as route and
add_url_rule by default.
keystone.api.os_oauth2.OSAuth2API(blueprint_url_prefix='', api_url_prefix='', default_mediatype='application/json', decorators=None, errors=None)[source]¶Bases: keystone.server.flask.common.APIBase
resource_mapping = [resource_map(resource=<class 'keystone.api.os_oauth2.AccessTokenResource'>, url='/token', alternate_urls=None, kwargs={}, json_home_data=json_home_data(rel='https://docs.openstack.org/api/openstack-identity/3/ext/OS-OAUTH2/1.0/rel/token', status='stable', path_vars={}))]¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.