IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accountAuthToken (property)

The authorization token that will be used to authorize requests.

Syntax

@property (nonatomic,readonly,assign,getter=accountAuthToken) NSString* accountAuthToken;
- (NSString*)accountAuthToken;
public var accountAuthToken: String {
  get {...}
}

Default Value

""

Remarks

The authorization token that will be used to authorize requests.

This property reflects the actual authorization token that will be used to authorize requests sent to the server. This token is obtained by calling Authorize to authenticate to the server using the current ApplicationKey and ApplicationKeyId values; it is valid for up to 24 hours.

This property is read-only.

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