AWSPinpointTargetingVerifyOTPMessageRequestParameters
Objective-C
@interface AWSPinpointTargetingVerifyOTPMessageRequestParameters
Swift
class AWSPinpointTargetingVerifyOTPMessageRequestParameters
Verify OTP message request.
Required parameters: [ReferenceId, Otp, DestinationIdentity]
-
The destination identity to send OTP to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationIdentity;
Swift
var destinationIdentity: String? { get set }
-
The OTP the end user provided for verification.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable otp;
Swift
var otp: String? { get set }
-
The reference identifier provided when the OTP was previously sent.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable referenceId;
Swift
var referenceId: String? { get set }