Interface VerificationStartResponseSms
- All Superinterfaces:
VerificationStartResponse
SMS Response
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
-
Method Details
-
getId
String getId()Verification identifier used to query for status.- Specified by:
getId
in interfaceVerificationStartResponse
- Returns:
- id
-
getLinks
Get links- Specified by:
getLinks
in 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
-