All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.mmk.kmpauth.google.GoogleUser.kt Maven / Gradle / Ivy

There is a newer version: 2.3.0-beta01
Show newest version
package com.mmk.kmpauth.google

/**
 * GoogleUser class holds most necessary fields
 */
public data class GoogleUser(
    val idToken: String,
    val accessToken:String?=null,
    val displayName: String = "",
    val profilePicUrl: String? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy