Logo icon
    • About
    • Best practices
    • Service verification
    • Connecting to API Yandex ID
      • Stage 1. Registering an app
      • Stage 2. Getting an OAuth token
        • Web services — instant authorization
          • Connection
          • Button generator
        • Mobile apps — SDK Yandex ID
          • iOS (SDK version 3.0.0)
            • How it works
            • Connection
            • Using the SDK
            • Function guide
            • Error codes
        • Alternative method with a confirmation code
      • Stage 3. Getting information about the user
    • Tokens
    • Glossary
    • Feedback
    1. Connecting to API Yandex ID
    2. Stage 2. Getting an OAuth token
    3. Mobile apps — SDK Yandex ID
    4. Android (SDK version 3.1.3)
    5. Connection

    Connection

    SDK Yandex ID for Android is installed using Gradle:

    1. Add the repository:

      mavenCentral() 
      
    2. Add the dependency:

      implementation "com.yandex.android:authsdk:3.1.3"
      

    Was the article helpful?

    Previous
    How it works
    Next
    Using the SDK