<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASWebAuthenticationSessionWebBrowserSessionHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(pl)ASWebAuthenticationSessionWebBrowserSessionHandling"
  },
  "title" : "ASWebAuthenticationSessionWebBrowserSessionHandling"
}
-->

# ASWebAuthenticationSessionWebBrowserSessionHandling

An interface that a session handler implements to handle login requests from an app.

```
protocol ASWebAuthenticationSessionWebBrowserSessionHandling
```

## Topics

### Starting and Stopping a Session Request

[`begin(_:)`](/documentation/AuthenticationServices/ASWebAuthenticationSessionWebBrowserSessionHandling/begin(_:))

Handles the given session request from an app.

[`cancel(_:)`](/documentation/AuthenticationServices/ASWebAuthenticationSessionWebBrowserSessionHandling/cancel(_:))

Cancels the process of handling the given request.

[`ASWebAuthenticationSessionRequest`](/documentation/AuthenticationServices/ASWebAuthenticationSessionRequest)

A login session request that a web browser receives from an app.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)