Skip to main content

ConsoleAuthConfirmationHandler

Type Alias ConsoleAuthConfirmationHandler 

Source
pub type ConsoleAuthConfirmationHandler = UserProvidedAuthConfirmationHandler<Stdin, Stdout>;
Expand description

Ask the user for the totp token from the terminal

Aliased Type§

pub struct ConsoleAuthConfirmationHandler { /* private fields */ }

Trait Implementations§

Source§

impl Default for ConsoleAuthConfirmationHandler

Source§

fn default() -> Self

Returns the “default value” for a type. Read more