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.