Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.FederatedAuthProvider
Used to authenticate with Federated Auth Providers.
Summary
The federated auth provider implementation may facilitate multiple provider types in the future, with support for OAuth to start.
Inheritance
Inherits from: SystemIDisposable
Direct Known Subclasses:
Firebase.Auth.FederatedOAuthProviderPublic functions
Dispose
virtual void Dispose(
bool disposing
)
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.FederatedAuthProvider Class Reference\n\nFirebase.Auth.FederatedAuthProvider\n===================================\n\nUsed to authenticate with Federated [Auth](/docs/reference/unity/namespace/firebase/auth#namespace_firebase_1_1_auth) Providers.\n\nSummary\n-------\n\nThe federated auth provider implementation may facilitate multiple provider types in the future, with support for OAuth to start.\n\n### Inheritance\n\nInherits from: SystemIDisposable \nDirect Known Subclasses:[Firebase.Auth.FederatedOAuthProvider](/docs/reference/unity/class/firebase/auth/federated-o-auth-provider)\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------|----------------|\n| [Dispose](#class_firebase_1_1_auth_1_1_federated_auth_provider_1a92664a25165b2ba35bf52d9772d137af)`()` | `void` |\n| [Dispose](#class_firebase_1_1_auth_1_1_federated_auth_provider_1a6f2c1ee95c9e5622c4a64c9e6c320fe7)`(bool disposing)` | `virtual void` |\n\nPublic functions\n----------------\n\n### Dispose\n\n```c#\nvoid Dispose()\n``` \n\n### Dispose\n\n```c#\nvirtual void Dispose(\n bool disposing\n)\n```"]]