pub trait IWebAuthenticationBrokerContinuationEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IContinuationActivatedEventArgs_Impl {
// Required method
fn WebAuthenticationResult(&self) -> Result<WebAuthenticationResult>;
}
Required Methods§
fn WebAuthenticationResult(&self) -> Result<WebAuthenticationResult>
Object Safety§
This trait is not object safe.