Skip to content

Latest commit

 

History

History

support

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

YubiKit Support Module

This module provides optional support functionality, currently methods for getting YubiKey device info and device name are implemented.

Dependency

To add the support module as a dependency to your project, add the following to your gradle configuration:

dependencies {
  implementation 'com.yubico.yubikit:support:(insert version here)'
}

This module depends on other modules from YubiKit (core, management and yubiotp), which will automatically be added as transitive dependencies to your project.