validateAuthKey() public abstract method
Validates the given auth key.
This is required if yii\web\User::$enableAutoLogin is enabled.
See also getAuthKey().
public abstract boolean validateAuthKey ( $authKey ) | ||
---|---|---|
$authKey | string |
The given auth key |
return | boolean |
Whether the given auth key is valid. |
Please login to continue.