IOnlineSubsystem::Auth not works after wneh enabled

I used

[PacketHandlerComponents]
+Components=OnlineSubsystemSteam.SteamAuthComponentModuleInterface

But in this case I can get GetAuthInterface() from Steam IOnlineSubsystem*

I read OnlineSubsystemSteam.h and can see that

virtual FOnlineAuthSteamPtr GetAuthInterface() const;
not in same list that other Steam interfaces, so I can’t understand how I can get access to the AuthInterface

sad
ss
ddddddddddddd

I’m not familiar with SteamAuthComponent but maybe this link will help you. I wish I could do more.

I’m also messing around with IOnlineSubsystem but I haven’t integrated it with Steam yet. Just testing the null subsystem right now.

I actually have my own issue @ IOnlineSession::FindSessions() sends weird warning - Multiplayer & Networking - Epic Developer Community Forums
If you could upvote it that would help a lot in getting it answered! Or maybe you know the answer!!!

I not worked with sessions because I cant get access yet