pub unsafe trait ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest {
// Provided methods
unsafe fn clientData(
&self,
) -> Option<Retained<ASPublicKeyCredentialClientData>>
where Self: Sized + Message { ... }
unsafe fn shouldShowHybridTransport(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn setShouldShowHybridTransport(
&self,
should_show_hybrid_transport: bool,
)
where Self: Sized + Message { ... }
}
Available on crate feature
ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest
only.Expand description
Provided Methods§
unsafe fn clientData(&self) -> Option<Retained<ASPublicKeyCredentialClientData>>
Available on crate feature
ASPublicKeyCredentialClientData
only.unsafe fn shouldShowHybridTransport(&self) -> bool
Sourceunsafe fn setShouldShowHybridTransport(
&self,
should_show_hybrid_transport: bool,
)
unsafe fn setShouldShowHybridTransport( &self, should_show_hybrid_transport: bool, )
Setter for shouldShowHybridTransport
.
Trait Implementations§
Source§impl ProtocolType for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest
impl ProtocolType for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest
impl<T> ImplementedBy<T> for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest
Implementations on Foreign Types§
impl<T> ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest for ProtocolObject<T>
Implementors§
impl ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest for ASAuthorizationPlatformPublicKeyCredentialAssertionRequest
Available on crate feature
ASAuthorizationPlatformPublicKeyCredentialAssertionRequest
only.