From 07a43a74eb53cff88cc8e74f657f591948bd8164 Mon Sep 17 00:00:00 2001 From: Niklas <111968775+niklas-tag24@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:05:02 +0200 Subject: [PATCH] Add convenience method note --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 53085b3c4..997b29806 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,9 @@ appDelegate.currentAuthorizationFlow = *Handling the Redirect* +Please note that you can skip this subsection if you use the `authStateByPresentingAuthorizationRequest` +convenience method from before. + The authorization response URL is returned to the app via the iOS openURL app delegate method, so you need to pipe this through to the current authorization session (created in the previous session):