[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.Auth.IUserInfo\n\nA collection of standard profile information for a user.\n\nSummary\n\nUsed to expose profile information returned by an identity provider.\n\nInheritanceDirect 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\nProperties \n\nDisplayName \n\n```text\nstring DisplayName\n``` \nGets the user's display name, if available.\n\nOtherwise null. \n\nEmail \n\n```text\nstring Email\n``` \nGets the user's email address, if available.\n\nOtherwise null. \n\nPhoneNumber \n\n```text\nstring PhoneNumber\n``` \nGets the user's phone number, if available.\n\nOtherwise null. \n\nPhotoUrl \n\n```text\nstring PhotoUrl\n``` \nGets the user's photo URL, if available.\n\nOtherwise null. \n\nProviderId \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\nUid \n\n```text\nstring Uid\n``` \nGets the user's unique ID assigned by the identity provider."]]