findIdentityByAccessToken() public abstract static method
Finds an identity by the given token.
public abstract static yii\web\IdentityInterface findIdentityByAccessToken ( $token, $type = null )$token mixed
The token to be looked for $type mixed
The type of the token. The value of this parameter depends on the implementation. For example, yii\filters\auth\HttpBearerAuth will set this parameter to be yii\filters\auth\HttpBearerAuth. return yii\web\IdentityInterface
The identity objec