SecureBlackbox 2020 iOS Edition

Questions / Feedback?

redirectOnLogoutPage (property)

Specifies the location to redirect the user on logout.

Syntax

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

Default Value

"https://secureblackbox.com"

Remarks

Use this property to specify the page where to redirect the user on logout.

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