IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

applicationKeyId (property)

The application key Id to use for authentication.

Syntax

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

Default Value

""

Remarks

This property specifies the application key Id that should be used for authentication. Both this property and ApplicationKey must be set before attempting any operations which connect to the server.

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