v

verify

Nexmo Verify enables you to verify whether one of your end users has access to a specific phone number by challenging them with a PIN code to enter into your application.
https://github.com/Nexmo/verify-android-sdk.git
Nexmo Verify SDK License Agreement
Emma Tresanszki
Files download
File Operation
verify-4.0.0.pom download
verify-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nexmo</groupId>
  <artifactId>verify</artifactId>
  <version>4.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.nexmo:verify:4.0.0'
Gradle Kotlin
implementation("com.nexmo:verify:4.0.0")
Scala SBT
libraryDependencies += "com.nexmo" % "verify" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.nexmo', module='verify', version='4.0.0')
)
Apache Ivy
<dependency org="com.nexmo" name="verify" rev="4.0.0" />
Leiningen
[com.nexmo/verify "4.0.0"]
Apache Buildr
'com.nexmo:verify:jar:4.0.0'