pub trait TDAuthenticationCodeType: Debug + RObject { }Expand description
Provides information about the method by which an authentication code is delivered to the user
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".