OCRASuite Property

The OCRASuite defines parameters about the challenge and response.

Object Oriented Interface

public function getOCRASuite();
public function setOCRASuite($value);

Procedural Interface

ipworksauth_ocra_get($res, 9 );
ipworksauth_ocra_set($res, 9, $value );

Default Value

''

Remarks

This property holds the OCRASuite value which defines parameters about the challenge and response.

This property will be populated after calling CreateChallenge. This property must be set before calling CalculateResponse or VerifyResponse.

When calling CreateChallenge the following properties will be used to create the OCRASuite:

When this property is set the value is parsed and the above properties are populated to reflect the requirements defined by the OCRASuite.

Data Type

String

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