handle
Call this method to parse out and authenticate deeplinks that your application receives. The currently supported deeplink types are: B2B Email Magic Links.
For B2B Email Magic Links, it will return a DeeplinkHandledStatus.Handled class containing either the authenticated response or error.
Any other link types passed to this method will return a DeeplinkHandledStatus.NotHandled class.
Return
Parameters
intent.data from deep link
desired session duration in minutes
Call this method to parse out and authenticate deeplinks that your application receives. The currently supported deeplink types are: B2B Email Magic Links.
For B2B Email Magic Links, it will return a DeeplinkHandledStatus.Handled class containing either the authenticated response or error.
Any other link types passed to this method will return a DeeplinkHandledStatus.NotHandled class.
Parameters
intent.data from deep link
desired session duration in minutes
A callback that receives a DeeplinkHandledStatus