SecureBlackbox 2020 iOS Edition

Questions / Feedback?

logoutPage (property)

Specifies the location of the logout page.

Syntax

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

Default Value

"/sp/logout"

Remarks

Use this property to specify the relative URL of the logout page.

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