yubico 0.11.0

Yubikey client API library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Usage

## OTP (One Time Password)

cargo run --release --example "otp"

## OTP (One Time Password) with a HTTP Proxy

cargo run --release --example "otp_with_proxy"

## OTP (One Time Password) with Custom Servers

cargo run --release --example "otp_custom"

## Asynchronous OTP check

cargo run --release --example "otp_async"