StoreKit 2: does Transaction.currentEntitlements provide transactions for .inGracePeriod subscriptions?

When we request the current entitlements for a user using the Transaction.currentEntitlements static method, does StoreKit provide transactions for subscriptions with a Product.SubscriptionInfo.RenewalState set to .inGracePeriod or only .subscribed?

I'm asking because as a developer we need to give access to content to a user if its subscription is in .inGracePeriod. So in my opinion, the user is still entitled to this subscription.

I've not found any information in the documentation, WWDC videos or Apple sample codes. The documentation explains

The latest transaction for each active auto-renewable subscription

Is .inGracePeriod considered an active subscription?

if Billing Grace Period is enabled then it should have service rendered until grace period expires date. This status should be reflected in SK2 and the status from App Store Server API Subscription Status. If not, please file FeedbackAssistant.Apple.com

StoreKit 2: does Transaction.currentEntitlements provide transactions for .inGracePeriod subscriptions?
 
 
Q