Skip to content

Commit 74771b7

Browse files
committed
clarify description of the getPosition() method
1 parent edff52f commit 74771b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/custom_authentication_provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ requires the following methods:
354354
to the DI container for the appropriate security context.
355355

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

360360
``getKey``
361361
Method which defines the configuration key used to reference

0 commit comments

Comments
 (0)