SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeySecret Property

The OTP key secret.

Object Oriented Interface

public function getKeySecret();
public function setKeySecret($value);

Procedural Interface

secureblackbox_otpclient_get($res, 1 );
secureblackbox_otpclient_set($res, 1, $value );

Remarks

Specifies the secret key shared by the parties and used for one-time password generation.

This property is not available at design time.

Data Type

Byte Array

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