Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.GitHubAuthProvider
Use an access token provided by GitHub to authenticate.
Summary
Properties
ProviderId
static string ProviderId
Public static functions
GetCredential
Credential GetCredential(
string token
)
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.GitHubAuthProvider Class Reference\n\nFirebase.Auth.GitHubAuthProvider\n================================\n\nUse an access token provided by GitHub to authenticate.\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------|-----------------|\n| [ProviderId](#class_firebase_1_1_auth_1_1_git_hub_auth_provider_1aac24340940090bfe35ec9823425acebd) | `static string` |\n\n| ### Public static functions ||\n|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| [GetCredential](#class_firebase_1_1_auth_1_1_git_hub_auth_provider_1a88dc8dbf7e809d15ce9aee20bc0d7420)`(string token)` | [Credential](/docs/reference/unity/class/firebase/auth/credential#class_firebase_1_1_auth_1_1_credential) |\n\nProperties\n----------\n\n### ProviderId\n\n```c#\nstatic string ProviderId\n``` \n\nPublic static functions\n-----------------------\n\n### GetCredential\n\n```c#\nCredential GetCredential(\n string token\n)\n```"]]