@@ -146,7 +146,6 @@ NS_SWIFT_NAME(OAuthCredentials)
146146
147147 This property is available after authentication has successfully completed.
148148
149- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
150149 @exception NSInternalInconsistencyException If accessed while the identifier property is `nil`.
151150 */
152151@property (nonatomic, readonly, nullable) NSString *organizationId;
@@ -157,8 +156,6 @@ NS_SWIFT_NAME(OAuthCredentials)
157156
158157 This is the URL that client requests should be made to after authentication completes.
159158 This property is set by the `SFOAuthCoordinator` after authentication has successfully completed.
160-
161- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
162159 */
163160@property (nonatomic, readonly, nullable) NSURL *instanceUrl;
164161
@@ -167,17 +164,13 @@ NS_SWIFT_NAME(OAuthCredentials)
167164 This is the URL that client SFAP requests should be made to after authentication completes.
168165 This property is set by the `SFOAuthCoordinator` after authentication has successfully completed.
169166 This URL is only defined when sfap_api scope is used.
170-
171- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
172167 */
173168@property (nonatomic, readonly, nullable) NSURL *apiInstanceUrl;
174169
175170/* * The OAuth scopes granted for this session.
176171
177172 This property contains the list of OAuth scopes that were granted during authentication.
178173 This property is set by the `SFOAuthCoordinator` after authentication has successfully completed.
179-
180- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
181174 */
182175@property (nonatomic, readonly, nullable) NSArray <NSString *> *scopes;
183176
@@ -198,8 +191,6 @@ NS_SWIFT_NAME(OAuthCredentials)
198191/* * The timestamp when the session access token was issued.
199192
200193 This property is set by the `SFOAuthCoordinator` after authentication has successfully completed.
201-
202- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
203194 */
204195@property (nonatomic, readonly, nullable) NSDate *issuedAt;
205196
@@ -208,8 +199,6 @@ NS_SWIFT_NAME(OAuthCredentials)
208199 that the user belongs to, and userID is the Salesforce user ID.
209200
210201 This property is set by the `SFOAuthCoordinator` after authentication has successfully completed.
211-
212- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
213202 */
214203@property (nonatomic, readonly, nullable) NSURL *identityUrl;
215204
@@ -221,8 +210,6 @@ NS_SWIFT_NAME(OAuthCredentials)
221210 component of the identityUrl.
222211
223212 This property is available after authentication has successfully completed.
224-
225- @warning The setter for this property is exposed publicly only for unit tests. Client code should not set this property.
226213 */
227214@property (nonatomic, readonly, nullable) NSString *userId;
228215
0 commit comments