Webiny\Component\Security\Token\TokenStorageInterface::setSecurityKey PHP Method

setSecurityKey() public method

Sets the security key that will be used for encryption of token data.
public setSecurityKey ( string $securityKey )
$securityKey string Must have 16/32/64 chars.
    public function setSecurityKey($securityKey);