Closed
Description
Hey! I noticed this PR was merged in the last preview release.
It introduces AuthResult
as the type of some fields in CognitoAuthSession
, but it is not exported, so we can't access it in our app. I may be wrong but I think this would be desirable, as we need it to mock the return value of fetchAuthSession()
in our tests.
What do you guys think? Cheers.