OAuthProvider

external class OAuthProvider(providerId: String) : AuthProvider

Constructors

Link copied to clipboard
constructor(providerId: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addScope(scope: String)
Link copied to clipboard
fun credential(optionsOrIdToken: Any?, accessToken: String?): AuthCredential
Link copied to clipboard
fun setCustomParameters(customOAuthParameters: Map<String, String>)