pub unsafe trait ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest {
// Provided methods
unsafe fn clientData(
&self,
) -> Option<Retained<ASPublicKeyCredentialClientData>>
where Self: Sized + Message { ... }
unsafe fn excludedCredentials(
&self,
) -> Option<Retained<NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor>>>
where Self: Sized + Message { ... }
unsafe fn setExcludedCredentials(
&self,
excluded_credentials: Option<&NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor>>,
)
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
ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest
only.Expand description
Provided Methods§
unsafe fn clientData(&self) -> Option<Retained<ASPublicKeyCredentialClientData>>
Available on crate feature
ASPublicKeyCredentialClientData
only.unsafe fn excludedCredentials( &self, ) -> Option<Retained<NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor>>>
Available on crate feature
ASAuthorizationPlatformPublicKeyCredentialDescriptor
only.Sourceunsafe fn setExcludedCredentials(
&self,
excluded_credentials: Option<&NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor>>,
)
Available on crate feature ASAuthorizationPlatformPublicKeyCredentialDescriptor
only.
unsafe fn setExcludedCredentials( &self, excluded_credentials: Option<&NSArray<ASAuthorizationPlatformPublicKeyCredentialDescriptor>>, )
ASAuthorizationPlatformPublicKeyCredentialDescriptor
only.Setter for excludedCredentials
.
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 ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest
impl ProtocolType for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest
impl<T> ImplementedBy<T> for dyn ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest
Implementations on Foreign Types§
impl<T> ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest for ProtocolObject<T>
Implementors§
impl ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest for ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest
Available on crate feature
ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest
only.