pub struct Authenticator<T> { /* private fields */ }
Expand description

The TOTP authenticator Trussed® app.

Implementations

The YK5 can store a Grande Totale of 32 OATH credentials.

Trait Implementations

Given parsed APDU for select command. Write response data back to buf, and return length of payload. Return APDU Error code on error. Alternatively, the app can defer the response until later by returning it in poll(). Read more

Deselects the app. This is the result of another app getting selected. App should clear any sensitive state and reset security indicators. Read more

Given parsed APDU for app when selected. Write response data back to buf, and return length of payload. Return APDU Error code on error. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.