SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authURL (property)

Specifies the URL of the authorization server.

Syntax

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

Default Value

""

Remarks

Use this property to set the URL of the authorization server.

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