blob: 8f6dda0ad4fc1dbd249baa1f463621facedb1517 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
========
consumer
========
An **consumer** is used by the Identity service's OS-OAUTH1 extension. It
is used to create a **request token** and **access token**. Applicable to
Identity v3.
.. autoprogram-cliff:: openstack.identity.v3
:command: consumer create
.. autoprogram-cliff:: openstack.identity.v3
:command: consumer delete
.. autoprogram-cliff:: openstack.identity.v3
:command: consumer list
.. autoprogram-cliff:: openstack.identity.v3
:command: consumer set
.. autoprogram-cliff:: openstack.identity.v3
:command: consumer show
|