Files
open-keychain/sshauthentication-api
Vincent Breitmoser 5d84bd8387 Update AGP to 7.4.2, update SqlDelight to 1.4.2
The adaptations to SqlDelight 1.4.2 leave the type namings *extremely*
messy. But it works and is as semantically equivalent as I could make
it.
2024-01-29 16:42:28 +01:00
..
2021-03-18 17:25:49 +01:00

SSH authentication API library

The SSH authentication API library provides an interface to using an external authentication provider, such as OpenKeychain, in the SSH authentication layer.

License

Apache License v2

API

For a basic rundown of the API design see the OpenPGP API library's README.md. For a description of the supported methods see org.openintents.ssh.authentication.SshAuthenticationApi

Add the API library to your project

Add this to your build.gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:v5.7.1'
}