PHP Interface Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactoryInterface

Show file Open project: scheb/two-factor-bundle Interface Usage Examples

Public Methods

Method Description
create ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface

Method Details

create() public method

public create ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface
$request Symfony\Component\HttpFoundation\Request
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface
return Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface