pub unsafe trait ASWebAuthenticationSessionWebBrowserSessionHandling {
// Provided methods
unsafe fn beginHandlingWebAuthenticationSessionRequest(
&self,
request: Option<&ASWebAuthenticationSessionRequest>,
)
where Self: Sized + Message { ... }
unsafe fn cancelWebAuthenticationSessionRequest(
&self,
request: Option<&ASWebAuthenticationSessionRequest>,
)
where Self: Sized + Message { ... }
}
Available on crate feature
ASWebAuthenticationSessionWebBrowserSessionHandling
only.Expand description
Provided Methods§
unsafe fn beginHandlingWebAuthenticationSessionRequest( &self, request: Option<&ASWebAuthenticationSessionRequest>, )
Available on crate feature
ASWebAuthenticationSessionRequest
only.unsafe fn cancelWebAuthenticationSessionRequest( &self, request: Option<&ASWebAuthenticationSessionRequest>, )
Available on crate feature
ASWebAuthenticationSessionRequest
only.