SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestIsPassive (property)

Maps to the IsPassive parameter of the request.

Syntax

@property (nonatomic,readonly,assign,getter=authnRequestIsPassive) BOOL authnRequestIsPassive;
- (BOOL)authnRequestIsPassive;
public var authnRequestIsPassive: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Maps to the IsPassive parameter of the request.

Use this property to access or set the IsPassive parameter of the authentication request. IsPassive sets out the control the identity provider and user agent have over the authenticating users UI.

This property is read-only.

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