SharedSecret Property

The RADIUS shared secret.

Object Oriented Interface

public function getSharedSecret();
public function setSharedSecret($value);

Procedural Interface

ipworksauth_radius_get($res, 12 );
ipworksauth_radius_set($res, 12, $value );

Default Value

''

Remarks

This property holds the shared secret to use when communicating with the RADIUS server.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 PHP Edition - Version 20.0 [Build 8155]