Package-level declarations

Functions

Link copied to clipboard
fun GoogleSignInButton(onClick: () -> Unit, modifier: Modifier = Modifier, buttonType: ButtonType = Elevated(), enabled: Boolean = true, showIcon: Boolean = true)

GoogleSignButton.

Link copied to clipboard
fun GoogleSignInFullButton(tokenClientId: String, onClick: (Result<String>) -> Unit, modifier: Modifier = Modifier, buttonType: ButtonType = Elevated(), enabled: Boolean = true, showIcon: Boolean = true)

GoogleSignInFullButton.

Link copied to clipboard
suspend fun makeLogin(context: Context, tokenClientId: String): Result<String>

fun makeLogin.