26 lines
578 B
ReStructuredText
26 lines
578 B
ReStructuredText
|
|
.. _-authenticateOAuth2Async-:
|
||
|
|
|
||
|
|
authenticateOAuth2Async
|
||
|
|
=======================
|
||
|
|
|
||
|
|
...
|
||
|
|
|
||
|
|
Signature
|
||
|
|
---------
|
||
|
|
|
||
|
|
.. includecode:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala#authenticator
|
||
|
|
|
||
|
|
.. includecode2:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala
|
||
|
|
:snippet: authenticateOAuth2Async
|
||
|
|
|
||
|
|
Description
|
||
|
|
-----------
|
||
|
|
|
||
|
|
...
|
||
|
|
|
||
|
|
Example
|
||
|
|
-------
|
||
|
|
|
||
|
|
.. includecode2:: ../../../../code/docs/http/scaladsl/server/directives/SecurityDirectivesExamplesSpec.scala
|
||
|
|
:snippet: authenticateOAuth2Async-0
|