Struct nfc_oath::OathCredential [] [src]

pub struct OathCredential {
    pub name: String,
    pub code: Result<OathCode, String>,
    pub oath_type: OathType,
    pub touch: bool,
    pub algo: OathAlgo,
    pub hidden: bool,
    pub steam: bool,
}

Fields

Methods

impl OathCredential
[src]

[src]