SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestUseForceAuthn (property)

Controls inclusion of ForceAuthn attribute in the request.

Syntax

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

Default Value

FALSE

Remarks

Controls inclusion of ForceAuthn attribute in the request.

Use this property to check or enable presence of the ForceAuthn attribute in the authentication request. Set this property to false to suppress inclusion of the attribute.

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