ProviderDiscovery

An interface describing the methods and parameters available for starting an OAuth discovery flow for a specific provider

Types

Link copied to clipboard
data class DiscoveryStartParameters @JvmOverloads constructor(    val context: Activity,     val oAuthRequestIdentifier: Int,     val discoveryRedirectUrl: String? = null,     val customScopes: List<String>? = null,     val providerParams: Map<String, String>? = null)

A data class wrapping the parameters necessary to start an OAuth flow for a specific provider

Functions

Link copied to clipboard

Start a provider OAuth Discovery flow