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