commonMain.com.mmk.kmpauth.google.GoogleAuthCredentials.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmpauth-google-jvm Show documentation
Show all versions of kmpauth-google-jvm Show documentation
Kotlin Multiplatform Authentication Library targeting ios and android
The newest version!
package com.mmk.kmpauth.google
/**
* Google Auth Credentials holder class.
* @param serverId - This should be Web Client Id that you created in Google OAuth page
*/
public data class GoogleAuthCredentials(val serverId: String)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy