/AWS1/CL_PPTVERIFYOTPMSGREQP00¶
Verify OTP message request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_destinationidentity TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The destination identity to send OTP to.
iv_otp TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The OTP the end user provided for verification.
iv_referenceid TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The reference identifier provided when the OTP was previously sent.
Queryable Attributes¶
DestinationIdentity¶
The destination identity to send OTP to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONIDENTITY() |
Getter for DESTINATIONIDENTITY, with configurable default |
ASK_DESTINATIONIDENTITY() |
Getter for DESTINATIONIDENTITY w/ exceptions if field has no |
HAS_DESTINATIONIDENTITY() |
Determine if DESTINATIONIDENTITY has a value |
Otp¶
The OTP the end user provided for verification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTP() |
Getter for OTP, with configurable default |
ASK_OTP() |
Getter for OTP w/ exceptions if field has no value |
HAS_OTP() |
Determine if OTP has a value |
ReferenceId¶
The reference identifier provided when the OTP was previously sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEID() |
Getter for REFERENCEID, with configurable default |
ASK_REFERENCEID() |
Getter for REFERENCEID w/ exceptions if field has no value |
HAS_REFERENCEID() |
Determine if REFERENCEID has a value |