Trait ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest

Source
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§

Source

unsafe fn clientData(&self) -> Option<Retained<ASPublicKeyCredentialClientData>>
where Self: Sized + Message,

Available on crate feature ASPublicKeyCredentialClientData only.
Source

unsafe fn shouldShowHybridTransport(&self) -> bool
where Self: Sized + Message,

Source

unsafe fn setShouldShowHybridTransport( &self, should_show_hybrid_transport: bool, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest

Source§

const NAME: &'static str = "ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest

Implementations on Foreign Types§

Source§

impl<T> ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest for ProtocolObject<T>

Implementors§

Source§

impl ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest for ASAuthorizationPlatformPublicKeyCredentialAssertionRequest

Available on crate feature ASAuthorizationPlatformPublicKeyCredentialAssertionRequest only.