requireCounter (property)

Whether a Counter value is required to create the response.

Syntax

@property (nonatomic,readwrite,assign,getter=requireCounter,setter=setRequireCounter:) BOOL requireCounter;
- (BOOL)requireCounter;
- (void)setRequireCounter:(BOOL)newRequireCounter;
public var requireCounter: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property specifies whether a Counter value is required to create the response.

This may be set before calling CreateChallenge, when the OCRASuite is generated.

When OCRASuite is assigned this value is updated to reflect the options specified in the OCRASuite

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