Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Instance Methods | Properties | List of all members
ABKSdkAuthenticationError Class Reference

Instance Methods

(instancetype) - initWithCode:reason:userId:signature:
 

Properties

NSInteger code
 
NSString * reason
 
NSString * userId
 
NSString * signature
 

Property Documentation

- (NSInteger) code
readatomicassign

The error code for the SDK Authentication failure.

- (NSString*) reason
readatomicassign

The reason for the SDK Authentication failure.

- (NSString*) signature
readatomicassign

The signature that was sent with the request that failed due to SDK Authentication failure.

- (NSString*) userId
readatomicassign

The user ID associated with the request that failed due to SDK Authentication failure.