=htc,doc #18496 make all directive docs have the same style, some
additions
This commit is contained in:
parent
bb053bea2a
commit
cddb1ade40
103 changed files with 212 additions and 335 deletions
|
|
@ -3,8 +3,6 @@
|
|||
authenticateOAuth2PF
|
||||
====================
|
||||
|
||||
Wraps the inner route with OAuth Bearer Token authentication support using a given ``AuthenticatorPF[T]``.
|
||||
|
||||
Signature
|
||||
---------
|
||||
|
||||
|
|
@ -15,6 +13,7 @@ Signature
|
|||
|
||||
Description
|
||||
-----------
|
||||
Wraps the inner route with OAuth Bearer Token authentication support using a given ``AuthenticatorPF[T]``.
|
||||
|
||||
Provides support for extracting the so-called "*Bearer Token*" from the :class:`Authorization` HTTP Header,
|
||||
which is used to initiate an OAuth2 authorization.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue