GoogleOAuthOptions

@JsonClass(generateAdapter = true)
data class GoogleOAuthOptions(val clientId: String? = null) : Parcelable

A data class that represents the configuration for Google OAuth

Constructors

Link copied to clipboard
constructor(clientId: String? = null)

Properties

Link copied to clipboard
val clientId: String? = null

the client ID you used to configure Google OAuth