Interface VerificationStartResponseSms
- All Superinterfaces:
VerificationStartResponse
SMS Response
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
-
Method Details
-
getId
String getId()Verification identifier used to query for status.Field is required
- Specified by:
getIdin interfaceVerificationStartResponse- Returns:
- id
-
getLinks
Get links- Specified by:
getLinksin interfaceVerificationStartResponse- Returns:
- links
-
getTemplate
String getTemplate()The expected template for the SMS response.- Returns:
- template
-
getInterceptionTimeout
Integer getInterceptionTimeout()The amount of time in seconds that the client should wait for the SMS.- Returns:
- interceptionTimeout
-
builder
Getting builder- Returns:
- New Builder instance
-