AuthenticationTrustResolverInterface

AuthenticationTrustResolverInterface

interface AuthenticationTrustResolverInterface

Interface for resolving the authentication status of a given token.

Methods

bool isAnonymous(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated anonymously.

bool isRememberMe(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated using remember-me capabilities.

bool isFullFledged(TokenInterface $token = null)

Resolves whether the passed token implementation is fully authenticated.

Details

bool isAnonymous(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated anonymously.

If null is passed, the method must return false.

Parameters

TokenInterface $token

Return Value

bool

bool isRememberMe(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated using remember-me capabilities.

Parameters

TokenInterface $token

Return Value

bool

bool isFullFledged(TokenInterface $token = null)

Resolves whether the passed token implementation is fully authenticated.

Parameters

TokenInterface $token

Return Value

bool
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部