pub unsafe trait ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest {
    // Provided methods
    unsafe fn clientData(&self) -> Option<Id<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.

Provided Methods§

source

unsafe fn clientData(&self) -> Option<Id<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.
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 features ASAuthorizationRequest and ASAuthorizationPlatformPublicKeyCredentialAssertionRequest only.