sdk-for-flutter icon indicating copy to clipboard operation
sdk-for-flutter copied to clipboard

makes providerAccessTokenExpiry in Session nullable

Open maeddin opened this issue 3 years ago • 0 comments

When logging in with email, null is returned from the server for providerAccessTokenExpiry, but the type is currently int and not int? which is why an exception flies at this point. Therefore I made the type nullable.

maeddin avatar Mar 18 '22 19:03 maeddin