pub unsafe trait ASWebAuthenticationSessionRequestDelegate: NSObjectProtocol {
// Provided methods
unsafe fn authenticationSessionRequest_didCompleteWithCallbackURL(
&self,
authentication_session_request: &ASWebAuthenticationSessionRequest,
callback_url: &NSURL
)
where Self: Sized + Message { ... }
unsafe fn authenticationSessionRequest_didCancelWithError(
&self,
authentication_session_request: &ASWebAuthenticationSessionRequest,
error: &NSError
)
where Self: Sized + Message { ... }
}
Available on crate feature
ASWebAuthenticationSessionRequest
only.