early-greece-31712
02/25/2024, 8:38 AMpublic static void Main()
{
Configuration config = new Configuration();
config.BasePath = "<https://playground.projects.oryapis.com>";
var cookie = "XX";
try
{
// Check Who the Current HTTP Session Belongs To
ClientSession result = apiInstance.ToSession(null, cookie, null);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling FrontendApi.ToSession: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
Result object is null. I used one http call and it's working with success when getting the session detail.
Thank you for your support. 👍