Hi all, so I want to use a custom URL for the success parameter, but I still want to get the session id query.
Here is my current code:
let newSession = try await account.createOAuth2Session(
provider: "apple",
success: "path/{sessionId}",
)
How I can access the session id if I'm using a custom url for the success parameter?