Hi, getting an error calling userInfo from code, gets this error in the response, "Error converting value 21/08/2023 13
1941 to type 'System.Int64'. Path 'updated_at', line 1, position 278."
however the raw content is populated fine,
{"aud":["0489e4c3-fff1-4524-97b0-fef2d7a11415"],"auth_time":1692865354,"email":"
tomfarley1991@gmail.com","email_verified":true,"iat":1692865356,"iss":"
http://localhost:4000","rat":1692865340,"sub":"957080a0-90db-4404-983e-f688582c3d93","updated_at":"2023-08-21T13
1941.966633Z"}
Why is the GetOidcUserInfoWithHttpInfoAsync() returning this error. Seems it can't populate the data in the response due to this!