Contents

sessionHandler

A handler that a web browser provides to handle session requests from an app.

Declaration

var sessionHandler: any ASWebAuthenticationSessionWebBrowserSessionHandling { get set }

Mentioned in

Discussion

To enable a web browser that you write to participate in single sign-on (SSO), adopt the ASWebAuthenticationSessionWebBrowserSessionHandling protocol, and then set your browser app as the shared manager’s sessionHandler.

See Also

Handling a Session Request