PHP 클래스 Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory

상속: implements Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactoryInterface
파일 보기 프로젝트 열기: scheb/two-factor-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$authenticationContextClass string

공개 메소드들

메소드 설명
__construct ( string $authenticationContextClass )
create ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( string $authenticationContextClass )
$authenticationContextClass string

create() 공개 메소드

{@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

프로퍼티 상세

$authenticationContextClass 보호되어 있는 프로퍼티

protected string $authenticationContextClass
리턴 string