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

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

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