pub trait TDAuthenticationCodeType: Debug + RObject { }
Expand description

Provides information about the method by which an authentication code is delivered to the user

Implementations on Foreign Types§

source§

impl<'a, AUTHENTICATIONCODETYPE: TDAuthenticationCodeType> TDAuthenticationCodeType for &'a mut AUTHENTICATIONCODETYPE

source§

impl<'a, AUTHENTICATIONCODETYPE: TDAuthenticationCodeType> TDAuthenticationCodeType for &'a AUTHENTICATIONCODETYPE

Implementors§