Skip to main content

SendOtp

Type Alias SendOtp 

Source
pub type SendOtp = Arc<dyn Fn(TwoFactorOtpMessage) -> Pin<Box<dyn Future<Output = Result<(), OpenAuthError>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct SendOtp { /* private fields */ }