PreAuthenticatedUserBadge
in package
implements
BadgeInterface
Marks the authentication as being pre-authenticated.
This disables pre-authentication user checkers.
Tags
Table of Contents
Interfaces
- BadgeInterface
- Passport badges allow to add more information to a passport (e.g. a CSRF token).
Methods
- isResolved() : bool
- Checks if this badge is resolved by the security system.
Methods
isResolved()
Checks if this badge is resolved by the security system.
public
isResolved() : bool
After authentication, all badges must return true
in this method in order
for the authentication to succeed.