Struct yubikey::Otp [] [src]

pub struct Otp {
    // some fields omitted
}

Result of a challenge-response in OTP mode. The caller must check that (use_counter, session_counter) (in alphabetical order) is strictly larger than the last values seen.

Trait Implementations

impl Default for Otp
[src]

Returns the "default value" for a type. Read more

impl Debug for Otp
[src]

Formats the value using the given formatter.