Interface VerificationStartRequest

All Known Subinterfaces:
VerificationStartRequestData, VerificationStartRequestFlashCall, VerificationStartRequestPhoneCall, VerificationStartRequestSms

public interface VerificationStartRequest
VerificationStartRequest
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Can be used to pass custom data in the request.
    Get identity
    Used to pass your own reference in the request for tracking purposes.
  • Method Details

    • getIdentity

      Identity getIdentity()
      Get identity
      Returns:
      identity
    • getReference

      String getReference()
      Used to pass your own reference in the request for tracking purposes.
      Returns:
      reference
    • getCustom

      String getCustom()
      Can be used to pass custom data in the request.
      Returns:
      custom