Firebase Kotlin SDK
Toggle table of contents
3.0.0-alpha02
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Firebase Kotlin SDK
firebase-auth
/
dev.gitlive.firebase.auth.externals
/
OAuthProvider
OAuth
Provider
wasmJs
external
class
OAuthProvider
(
providerId
:
String
)
:
AuthProvider
(
source
)
Members
Constructors
OAuth
Provider
Link copied to clipboard
wasmJs
constructor
(
providerId
:
String
)
Properties
provider
Id
Link copied to clipboard
wasmJs
val
providerId
:
String
Functions
add
Scope
Link copied to clipboard
wasmJs
fun
addScope
(
scope
:
String
)
credential
Link copied to clipboard
wasmJs
fun
credential
(
optionsOrIdToken
:
<Error class: unknown class>
?
,
accessToken
:
String
?
)
:
AuthCredential
set
Custom
Parameters
Link copied to clipboard
wasmJs
fun
setCustomParameters
(
customOAuthParameters
:
<Error class: unknown class>
)