Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.IUserInfo
A collection of standard profile information for a user.
Summary
Used to expose profile information returned by an identity provider.
Inheritance
Direct Known Subclasses:
FirebaseAdmin.Auth.ProviderUserInfo,
FirebaseAdmin.Auth.UserRecord
Properties
|
DisplayName
|
string
Gets the user's display name, if available.
|
Email
|
string
Gets the user's email address, if available.
|
PhoneNumber
|
string
Gets the user's phone number, if available.
|
PhotoUrl
|
string
Gets the user's photo URL, if available.
|
ProviderId
|
string
Gets the ID of the identity provider.
|
Uid
|
string
Gets the user's unique ID assigned by the identity provider.
|
Properties
DisplayName
string DisplayName
Gets the user's display name, if available.
Otherwise null.
Email
string Email
Gets the user's email address, if available.
Otherwise null.
PhoneNumber
string PhoneNumber
Gets the user's phone number, if available.
Otherwise null.
PhotoUrl
string PhotoUrl
Gets the user's photo URL, if available.
Otherwise null.
ProviderId
string ProviderId
Gets the ID of the identity provider.
This can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider.
Uid
string Uid
Gets the user's unique ID assigned by the identity provider.
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-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.IUserInfo Interface Reference\n\nFirebaseAdmin.Auth.IUserInfo\n============================\n\nA collection of standard profile information for a user.\n\nSummary\n-------\n\nUsed to expose profile information returned by an identity provider.\n\n### Inheritance\n\nDirect Known Subclasses:[FirebaseAdmin.Auth.ProviderUserInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/provider-user-info), [FirebaseAdmin.Auth.UserRecord](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-record)\n\n| ### Properties ||\n|------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|\n| [DisplayName](#interface_firebase_admin_1_1_auth_1_1_i_user_info_1a97e8e12267a4d96e732d3205e14c1906) | `string` Gets the user's display name, if available. |\n| [Email](#interface_firebase_admin_1_1_auth_1_1_i_user_info_1a8f76ddcec68131add1a97ffbeed1d7f5) | `string` Gets the user's email address, if available. |\n| [PhoneNumber](#interface_firebase_admin_1_1_auth_1_1_i_user_info_1a715205e1be97af4d7b9e60f9e4fbb682) | `string` Gets the user's phone number, if available. |\n| [PhotoUrl](#interface_firebase_admin_1_1_auth_1_1_i_user_info_1ad4944eaf3957eaf3be0d92f0352c1616) | `string` Gets the user's photo URL, if available. |\n| [ProviderId](#interface_firebase_admin_1_1_auth_1_1_i_user_info_1ae7f25b889c4669366ef1fc82ce3ba700) | `string` Gets the ID of the identity provider. |\n| [Uid](#interface_firebase_admin_1_1_auth_1_1_i_user_info_1ad497b5ae48d3623fd303ec3d130a9846) | `string` Gets the user's unique ID assigned by the identity provider. |\n\nProperties\n----------\n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets the user's display name, if available.\n\nOtherwise null. \n\n### Email\n\n```text\nstring Email\n``` \nGets the user's email address, if available.\n\nOtherwise null. \n\n### PhoneNumber\n\n```text\nstring PhoneNumber\n``` \nGets the user's phone number, if available.\n\nOtherwise null. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets the user's photo URL, if available.\n\nOtherwise null. \n\n### ProviderId\n\n```text\nstring ProviderId\n``` \nGets the ID of the identity provider.\n\nThis can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets the user's unique ID assigned by the identity provider."]]