Http\Authentication\SimplePreAuthenticatorInterface (Component\Security)

Symfony\Component\Security\Http\Authentication\SimplePreAuthenticatorInterface

interface SimplePreAuthenticatorInterface implements SimpleAuthenticatorInterface

Methods

authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) from SimpleAuthenticatorInterface
supportsToken(TokenInterface $token, $providerKey) from SimpleAuthenticatorInterface
createToken(Request $request, $providerKey)

Details

public authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey)

Parameters

TokenInterface $token
UserProviderInterface $userProvider
$providerKey

public supportsToken(TokenInterface $token, $providerKey)

Parameters

TokenInterface $token
$providerKey

public createToken(Request $request, $providerKey)

Parameters

Request $request
$providerKey
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部