Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.OAuthProvider
OAuth2.0+UserInfo auth provider (OIDC compliant and non-compliant).
Summary
Public static functions
|
GetCredential(string ProviderId, string idToken, string accessToken)
|
|
GetCredential(string ProviderId, string idToken, string rawNonce, string accessToken)
|
|
Public static functions
GetCredential
Credential GetCredential(
string ProviderId,
string idToken,
string accessToken
)
GetCredential
Credential GetCredential(
string ProviderId,
string idToken,
string rawNonce,
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.OAuthProvider\n\nOAuth2.0+UserInfo auth provider (OIDC compliant and non-compliant).\n\nSummary\n\nPublic static functions \n\nGetCredential \n\n```c#\nCredential GetCredential(\n string ProviderId,\n string idToken,\n string accessToken\n)\n``` \n\nGetCredential \n\n```c#\nCredential GetCredential(\n string ProviderId,\n string idToken,\n string rawNonce,\n string accessToken\n)\n```"]]