You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can i get access token when i try to login in android app?
public data class GoogleUser(
val idToken: String,
val accessToken: String? = null, //I always want it.
val email: String? = null,
val displayName: String = "",
val profilePicUrl: String? = null,
val serverAuthCode: String? = null
)
The text was updated successfully, but these errors were encountered:
How can i get access token when i try to login in android app?
The text was updated successfully, but these errors were encountered: