Confirm you've already contributed to this project or that you sponsor it
[X] I confirm I'm a sponsor or a contributor
Describe the solution you'd like
Starting with iOS 17.4/macOS 14.4/Mac Catalyst 17.4, the ASWebAuthenticationSession initializer accepting a custom scheme is deprecated and replaced by a different API using the new ASWebAuthenticationSessionCallback type.
This new API allows supporting HTTPS callback URIs/Universal Links.
Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Starting with iOS 17.4/macOS 14.4/Mac Catalyst 17.4, the
ASWebAuthenticationSession
initializer accepting a custom scheme is deprecated and replaced by a different API using the newASWebAuthenticationSessionCallback
type.This new API allows supporting HTTPS callback URIs/Universal Links.
Additional context
https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/callback/https(host:path:)