SecureBlackbox 2020 iOS Edition

Questions / Feedback?

clientID (property)

Client ID of the application which needs access to the protected resource.

Syntax

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

Default Value

""

Remarks

Use this property to specify the client ID of the application.

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