I have this code for consume code And this for session creation : But I want the sessionHandle in ...
k
I have this code for consume code And this for session creation : But I want the sessionHandle in method post signup , but since session gets created after this how can I achieve this ?
r
hey @krrishan
you can override the consumeCodePOST API instead of the functino and in there, once you call the orignial impl, you will have the response.session object using which you can get the sessionHandle
k
message has been deleted