toggle menu
Firebase Kotlin SDK
2.1.0
android
common
ios
js
jvm
switch theme
search in API
firebase-auth
/
dev.gitlive.firebase.auth
/
OAuthProvider
/
OAuthProvider
OAuth
Provider
android
common
ios
js
jvm
constructor
(
android
:
OAuthProvider
)
(
source
)
actual
constructor
(
provider
:
String
,
scopes
:
List
<
String
>
,
customParameters
:
Map
<
String
,
String
>
,
auth
:
FirebaseAuth
)
(
source
)
expect
constructor
(
provider
:
String
,
scopes
:
List
<
String
>
=
emptyList()
,
customParameters
:
Map
<
String
,
String
>
=
emptyMap()
,
auth
:
FirebaseAuth
=
Firebase.auth
)
(
source
)
constructor
(
ios
:
FIROAuthProvider
)
(
source
)
actual
constructor
(
provider
:
String
,
scopes
:
List
<
String
>
,
customParameters
:
Map
<
String
,
String
>
,
auth
:
FirebaseAuth
)
(
source
)
constructor
(
js
:
OAuthProvider
)
(
source
)
actual
constructor
(
provider
:
String
,
scopes
:
List
<
String
>
,
customParameters
:
Map
<
String
,
String
>
,
auth
:
FirebaseAuth
)
(
source
)
constructor
(
android
:
OAuthProvider
)
(
source
)
actual
constructor
(
provider
:
String
,
scopes
:
List
<
String
>
,
customParameters
:
Map
<
String
,
String
>
,
auth
:
FirebaseAuth
)
(
source
)