pub unsafe trait ASAuthorizationWebBrowserExternallyAuthenticatableRequest: NSObjectProtocol {
// Provided methods
unsafe fn authenticatedContext(&self) -> Option<Retained<LAContext>>
where Self: Sized + Message { ... }
unsafe fn setAuthenticatedContext(
&self,
authenticated_context: Option<&LAContext>,
)
where Self: Sized + Message { ... }
}
Available on crate feature
ASAuthorizationWebBrowserExternallyAuthenticatableRequest
only.Expand description
Provided Methods§
unsafe fn authenticatedContext(&self) -> Option<Retained<LAContext>>
Available on crate feature
objc2-local-authentication
and non-tvOS only.Sourceunsafe fn setAuthenticatedContext(
&self,
authenticated_context: Option<&LAContext>,
)
Available on crate feature objc2-local-authentication
and non-tvOS only.
unsafe fn setAuthenticatedContext( &self, authenticated_context: Option<&LAContext>, )
objc2-local-authentication
and non-tvOS only.Setter for authenticatedContext
.
Trait Implementations§
Source§impl ProtocolType for dyn ASAuthorizationWebBrowserExternallyAuthenticatableRequest
impl ProtocolType for dyn ASAuthorizationWebBrowserExternallyAuthenticatableRequest
impl<T> ImplementedBy<T> for dyn ASAuthorizationWebBrowserExternallyAuthenticatableRequest
Implementations on Foreign Types§
impl<T> ASAuthorizationWebBrowserExternallyAuthenticatableRequest for ProtocolObject<T>
Implementors§
impl ASAuthorizationWebBrowserExternallyAuthenticatableRequest for ASAuthorizationPlatformPublicKeyCredentialAssertionRequest
Available on crate feature
ASAuthorizationPlatformPublicKeyCredentialAssertionRequest
only.