MVN

com.vonage : client-sdk-silent-auth

Maven & Gradle

Aug 24, 2023
3 stars

Vonage Client SDK - Silent Auth · Vonage Verify Silent Authentication uses a mobile phone's Subscriber Identity Module (SIM) to prove a user's identity, without any user input. This SDK enables making a HTTP request over cellular even when on WiFi.

<dependency>
    <groupId>com.vonage</groupId>
    <artifactId>client-sdk-silent-auth</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vonage : client-sdk-silent-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.vonage : client-sdk-silent-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
client-sdk-silent-auth-1.0.3
client-sdk-silent-auth-1.0.2
client-sdk-silent-auth-1.0.1
client-sdk-silent-auth-1.0.0

How to add a dependency to Maven

Add the following com.vonage : client-sdk-silent-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vonage</groupId>
    <artifactId>client-sdk-silent-auth</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vonage : client-sdk-silent-auth gradle dependency to your build.gradle file:

implementation 'com.vonage:client-sdk-silent-auth:1.0.3'

Gradle Kotlin DSL: Add the following com.vonage : client-sdk-silent-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vonage:client-sdk-silent-auth:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vonage : client-sdk-silent-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vonage" % "client-sdk-silent-auth" % "1.0.3"