SecureBlackbox 2020 iOS Edition

Questions / Feedback?

failureResponse (property)

The web page showed to the user by the class on authorization failure.

Syntax

@property (nonatomic,readwrite,assign,getter=failureResponse,setter=setFailureResponse:) NSString* failureResponse;
- (NSString*)failureResponse;
- (void)setFailureResponse:(NSString*)newFailureResponse;
public var failureResponse: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the html of the web page to be shown on authorization failure.

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