summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/access-token.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/command-objects/access-token.rst')
-rw-r--r--doc/source/cli/command-objects/access-token.rst42
1 files changed, 5 insertions, 37 deletions
diff --git a/doc/source/cli/command-objects/access-token.rst b/doc/source/cli/command-objects/access-token.rst
index b1400412..7ef9167e 100644
--- a/doc/source/cli/command-objects/access-token.rst
+++ b/doc/source/cli/command-objects/access-token.rst
@@ -2,41 +2,9 @@
access token
============
-Identity v3
+An **access token** is used by the Identity service's OS-OAUTH1 extension. It
+is used by the **consumer** to request new Identity API tokens on behalf of the
+authorizing **user**. Applicable to Identity v3.
-`Requires: OS-OAUTH1 extension`
-
-access token create
--------------------
-
-Create an access token
-
-.. program:: access token create
-.. code:: bash
-
- openstack access token create
- --consumer-key <consumer-key>
- --consumer-secret <consumer-secret>
- --request-key <request-key>
- --request-secret <request-secret>
- --verifier <verifier>
-
-.. option:: --consumer-key <consumer-key>
-
- Consumer key (required)
-
-.. option:: --consumer-secret <consumer-secret>
-
- Consumer secret (required)
-
-.. option:: --request-key <request-key>
-
- Request token to exchange for access token (required)
-
-.. option:: --request-secret <request-secret>
-
- Secret associated with <request-key> (required)
-
-.. option:: --verifier <verifier>
-
- Verifier associated with <request-key> (required)
+.. autoprogram-cliff:: openstack.identity.v3
+ :command: access token create