ProviderButtonContent

fun RowScope.ProviderButtonContent(provider: OAuthProvider, text: String = "Login with ")(source)

Renders the content for a button that represents an OAuth provider login option.

Parameters

provider

The OAuth provider to authenticate with.

text

The text to display in the button. Default value is "Login in with" followed by the capitalized provider name.