python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to verify Huawei ID on the server side using PHP
On the Android App, I managed to retrieve the token using AGConnectAuth. Now I would like to verify that token on the server-side using PHP. Any idea?
I tried call https://oauth-login.cloud.huawei.com...
Leroy Ramaphoko
Votes: 0
Answers: 2
Cannot instance AGConnectFunction
I'm referring to this code lab here: Cloud Functions for Android
apply plugin:'com.huawei.agconnect'
...
dependencies {
implementation 'com.huawei.agconnect:agconnect-function:1.4.1.300'
}
Besi...
Martin Zeitler
Votes: 0
Answers: 1