yii\web\IdentityInterface::validateAuthKey PHP Méthode

validateAuthKey() public méthode

This is required if [[User::enableAutoLogin]] is enabled.
See also: getAuthKey()
public validateAuthKey ( string $authKey ) : boolean
$authKey string the given auth key
Résultat boolean whether the given auth key is valid.
    public function validateAuthKey($authKey);