AWSIoTTestAuthorizationResponse
Objective-C
@interface AWSIoTTestAuthorizationResponse
Swift
class AWSIoTTestAuthorizationResponse
-
The authentication results.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTAuthResult *> *_Nullable authResults;
Swift
var authResults: [AWSIoTAuthResult]? { get set }