PHP Class Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory

Inheritance: implements Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactoryInterface
Show file Open project: scheb/two-factor-bundle Class Usage Examples

Protected Properties

Property Type Description
$authenticationContextClass string

Public Methods

Method Description
__construct ( string $authenticationContextClass )
create ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) {@inheritDoc}

Method Details

__construct() public method

public __construct ( string $authenticationContextClass )
$authenticationContextClass string

create() public method

{@inheritDoc}
public create ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
$request Symfony\Component\HttpFoundation\Request
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface

Property Details

$authenticationContextClass protected property

protected string $authenticationContextClass
return string