Logo icon
    • About
    • Connect to API Yandex ID
      • Step 1. Register your app
      • Step 2. Get an OAuth token
        • Web services — instant authorization
          • Installation
          • Button generator
          • Use CMS modules for setup
        • Mobile apps — SDK Yandex ID
            • Flow
            • Installation
            • Usage
            • Function guide
            • Error codes
        • Alternative method with a confirmation code
      • Step 3. Get user information
    • Debug token
    • Revoke tokens
    • Update tokens
    • Feedback
    1. Connect to API Yandex ID
    2. Step 2. Get an OAuth token
    3. Mobile apps — SDK Yandex ID
    4. Android (SDK version 3.1.3)
    5. Installation

    Installation

    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
    Flow
    Next
    Usage