FScopedNetTokenStoreAccess

A helper RAII class to allow thread-safe access to NetTokenStore When making calls to the [FNetTokenStore](API\Runtime\IrisCore\FNetTokenStore) in a parallel phase, first create [FScopedNetTokenStoreAccess](API\Runtime\IrisCore\FScopedNetTokenStoreAccess) to ensure that the access is threadsafe during the lifetime of the [FScopedNetTokenStoreAccess](API\Runtime\IrisCore\FScopedNetTokenStoreAccess) object.