Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.GoogleAuthProvider
Use an ID token and access token provided by Google to authenticate.
Summary
Public static functions
|
GetCredential(string idToken, string accessToken)
|
|
Properties
ProviderId
static string ProviderId
Public static functions
GetCredential
Credential GetCredential(
string idToken,
string accessToken
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["Firebase.Auth.GoogleAuthProvider\n\nUse an ID token and access token provided by Google to authenticate.\n\nSummary\n\nProperties \n\nProviderId \n\n```c#\nstatic string ProviderId\n``` \n\nPublic static functions \n\nGetCredential \n\n```c#\nCredential GetCredential(\n string idToken,\n string accessToken\n)\n```"]]