twilio-verify-android

Used in: 0 components

Overview

Description

Twilio Verify Push SDK helps you verify users by adding a low-friction, secure, cost-effective, "push verification" factor into your own mobile application. This fully managed API service allows you to seamlessly verify users in-app via a secure channel, without the risks, hassles or costs of One-Time Passcodes (OTPs).

Snippets

<dependency>
    <groupId>com.twilio</groupId>
    <artifactId>twilio-verify-android</artifactId>
    <version>0.8.0</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.twilio</groupId>
  <artifactId>twilio-verify-android</artifactId>
  <version>0.8.0</version>
  <packaging>aar</packaging>
  <name>twilio-verify-android</name>
  <description>Twilio Verify Push SDK helps you verify users by adding a low-friction, secure, cost-effective, "push verification" factor into your own mobile application. This fully managed API service allows you to seamlessly verify users in-app via a secure channel, without the risks, hassles or costs of One-Time Passcodes (OTPs).</description>
  <url>https://github.com/twilio/twilio-verify-android</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://github.com/twilio/twilio-verify-android/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Twilio</id>
      <name>Twilio</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/twilio/twilio-verify-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/twilio/twilio-verify-android.git</developerConnection>
    <url>https://github.com/twilio/twilio-verify-android/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.twilio</groupId>
      <artifactId>twilio-security-android</artifactId>
      <version>0.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.72</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.72</version>
    </dependency>
  </dependencies>
</project>