Skip to content

Commit

Permalink
clarify description of the getPosition() method
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Oct 7, 2015
1 parent edff52f commit 74771b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/security/custom_authentication_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ requires the following methods:
to the DI container for the appropriate security context.

``getPosition``
Method which must be of type ``pre_auth``, ``form``, ``http``,
and ``remember_me`` and defines the position at which the provider is called.
Method which defines the position at which the provider is called. The
returned value must be one of ``pre_auth``, ``form``, ``http`` or ``remember_me``.

``getKey``
Method which defines the configuration key used to reference
Expand Down

0 comments on commit 74771b7

Please sign in to comment.