How do you get GooglePlay AuthToken?

I am trying to get the auth token from GooglePlay

I can successfully log in into GooglePlay with my account, but when I go to get the auth token using:

IOnlineIdentity* Identity = OnlineSubsystem->GetIdentityInterface().Get();

Identity ->GetAuthToken(0);

It always returns “NOT_ACQUIRED”.

I have given android android.permission.GET_ACCOUNTS permission as well as enabled "Request Auth Token On Connect" in the android section of the project settings.

Is there something else I am missing?

hi have you found the answer regarding this issue?
i have same problem

it was deprecated, you can check https://github.com/EpicGames/UnrealEngine/blob/d94b38ae3446da52224bedd2568c078f828b4039/Engine/Build/Android/Java/src/com/epicgames/ue4/GameActivity.java.template#L4439

I also hit the same issue

Where to put android.permission.GET_ACCOUNTS