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

# ASWebAuthenticationSessionRequestDelegate

An interface through which the session request can inform its delegate, which is typically a browser, about the outcome of the authentication attempt.

```
protocol ASWebAuthenticationSessionRequestDelegate : NSObjectProtocol
```

## Topics

### Responding to Completion Events

[`authenticationSessionRequest(_:didCompleteWithCallbackURL:)`](/documentation/AuthenticationServices/ASWebAuthenticationSessionRequestDelegate/authenticationSessionRequest(_:didCompleteWithCallbackURL:))

Tells the delegate, typically a browser, that the authentication completed successfully.

[`authenticationSessionRequest(_:didCancelWithError:)`](/documentation/AuthenticationServices/ASWebAuthenticationSessionRequestDelegate/authenticationSessionRequest(_:didCancelWithError:))

Tells the delegate, typically a browser, that the authentication was canceled.



---

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)