File: README.md

package info (click to toggle)
rust-yubico 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 212 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
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"