pub unsafe trait ASWebAuthenticationPresentationContextProviding: NSObjectProtocol {
// Provided method
unsafe fn presentationAnchorForWebAuthenticationSession(
&self,
session: &ASWebAuthenticationSession,
mtm: MainThreadMarker
) -> Id<ASPresentationAnchor>
where Self: Sized + Message { ... }
}
Available on crate feature
ASWebAuthenticationSession
only.Provided Methods§
unsafe fn presentationAnchorForWebAuthenticationSession( &self, session: &ASWebAuthenticationSession, mtm: MainThreadMarker ) -> Id<ASPresentationAnchor>
Available on crate feature
ASFoundation
only.