OAuth Authentication Callback
Last updated
Handle custom scheme URLs for OAuth authentication flow.
DeepLinkServicesOnCustomSchemeUrlOpen
DeepLinkServicesGetCustomSchemeResult
authToken (String)
Use DeepLinkServicesOnCustomSchemeUrlOpen in a persistent state.
On receivedEvent, call DeepLinkServicesGetCustomSchemeResult to read:
rawUrl
queryKeys / queryValues
Example: myapp://oauth-callback?token=xyz
Find key "token" in queryKeys and take the value from queryValues at the same index.
Use token to finalize login, store session
Third-party login (Facebook, Google, custom OAuth)
Last updated