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
/
GoogleAuthProvider
/
Companion
Companion
js
object
Companion
Members
Functions
credential
Link copied to clipboard
js
fun
credential
(
idToken
:
String
?
,
accessToken
:
String
?
)
:
AuthCredential
credential
From
Error
Link copied to clipboard
js
fun
credentialFromError
(
error
:
AuthError
)
:
OAuthCredential
?
credential
From
Result
Link copied to clipboard
js
fun
credentialFromResult
(
userCredential
:
UserCredential
)
:
OAuthCredential
?