SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authFormTemplate (property)

Defines the default authentication template (login page).

Syntax

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

Default Value

""

Remarks

This property contains the HTML code of the authentication form. You can use it to control the appearance of the login page.

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