Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.UserInfoInterface
Interface implemented by each identity provider.
Summary
Inheritance
Inherits from:
Firebase.Auth.IUserInfo, SystemIDisposable
Direct Known Subclasses:
Firebase.Auth.FirebaseUserProperties
DisplayName
string DisplayName
PhoneNumber
string PhoneNumber
Gets the phone number for the user, in E.164 format.
PhotoUrl
System.Uri PhotoUrl
Gets the photo url associated with the user, if any.
ProviderId
string ProviderId
Public functions
Dispose
virtual void Dispose(
bool disposing
)
UserInfoInterface
UserInfoInterface()
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 2024-05-09 UTC.
[null,null,["Last updated 2024-05-09 UTC."],[],[],null,["# Firebase.Auth.UserInfoInterface Class Reference\n\nFirebase.Auth.UserInfoInterface\n===============================\n\nInterface implemented by each identity provider.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: [Firebase.Auth.IUserInfo](/docs/reference/unity/interface/firebase/auth/i-user-info), SystemIDisposable \nDirect Known Subclasses:[Firebase.Auth.FirebaseUser](/docs/reference/unity/class/firebase/auth/firebase-user)\n\n| ### Constructors and Destructors ||\n|---|---|\n| [UserInfoInterface](#class_firebase_1_1_auth_1_1_user_info_interface_1a410fbe565aec9e7070535d98576a41a3)`()` ||\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| [DisplayName](#class_firebase_1_1_auth_1_1_user_info_interface_1ac850cb4d87feed0c70310e6ee6e35947) | `string` |\n| [Email](#class_firebase_1_1_auth_1_1_user_info_interface_1af9fc098c1d3a53efb1b3b424682c423e) | `string` |\n| [PhoneNumber](#class_firebase_1_1_auth_1_1_user_info_interface_1af1b40c980ba1d6587c7e91c8aee00611) | `string` Gets the phone number for the user, in E.164 format. |\n| [PhotoUrl](#class_firebase_1_1_auth_1_1_user_info_interface_1a11229d539451589608a6deef161eec09) | `System.Uri` Gets the photo url associated with the user, if any. |\n| [ProviderId](#class_firebase_1_1_auth_1_1_user_info_interface_1a52a6c7eada192cb13c4f7b5a353da1cd) | `string` |\n| [UserId](#class_firebase_1_1_auth_1_1_user_info_interface_1ad8adecf60dee17ab3940f305b7527582) | `string` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------|----------------|\n| [Dispose](#class_firebase_1_1_auth_1_1_user_info_interface_1a3d9c774fb268dd67ac46ac52c2b1a918)`()` | `void` |\n| [Dispose](#class_firebase_1_1_auth_1_1_user_info_interface_1a3e5b38f9817679136c7bc8ddd0bbfe6a)`(bool disposing)` | `virtual void` |\n\nProperties\n----------\n\n### DisplayName\n\n```c#\nstring DisplayName\n``` \n\n### Email\n\n```c#\nstring Email\n``` \n\n### PhoneNumber\n\n```c#\nstring PhoneNumber\n``` \nGets the phone number for the user, in E.164 format. \n\n### PhotoUrl\n\n```c#\nSystem.Uri PhotoUrl\n``` \nGets the photo url associated with the user, if any. \n\n### ProviderId\n\n```c#\nstring ProviderId\n``` \n\n### UserId\n\n```c#\nstring UserId\n``` \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``` \n\n### UserInfoInterface\n\n```c#\n UserInfoInterface()\n```"]]