Skip to content

Commit

Permalink
Amended description for authenticateOAuth2 security directive (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
trycatchkamal authored and johanandren committed May 8, 2019
1 parent 04eb755 commit b642e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Description

Wraps the inner route with OAuth Bearer Token authentication support using a given @scala[`AuthenticatorPF[T]`]@java[`AuthenticatorPF<T>`].
Wraps the inner route with OAuth Bearer Token authentication support using a given @scala[`Authenticator[T]`]@java[`Authenticator<T>`].

Provides support for extracting the so-called "*Bearer Token*" from the @apidoc[Authorization] HTTP Header,
which is used to initiate an OAuth2 authorization.
Expand Down

0 comments on commit b642e52

Please sign in to comment.