blob: 7ef9167eb373f6c37f7500da0dc07d38faba60eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
============
access token
============
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.
.. autoprogram-cliff:: openstack.identity.v3
:command: access token create
|