Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.UserProvider
Represents a user identity provider that can be associated with a Firebase user.
Summary
Properties
|
DisplayName
|
string
Gets or sets the user's display name.
|
Email
|
string
Gets or sets the user's email address.
|
PhotoUrl
|
string
Gets or sets the photo URL of the user.
|
ProviderId
|
string
Gets or sets the ID of the identity provider.
|
Uid
|
string
Gets or sets the user's unique ID assigned by the identity provider.
|
Properties
DisplayName
string DisplayName
Gets or sets the user's display name.
Email
string Email
Gets or sets the user's email address.
PhotoUrl
string PhotoUrl
Gets or sets the photo URL of the user.
ProviderId
string ProviderId
Gets or sets 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. This field is required.
Uid
string Uid
Gets or sets the user's unique ID assigned by the identity provider.
This field is required.
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.UserProvider Class Reference\n\nFirebaseAdmin.Auth.UserProvider\n===============================\n\nRepresents a user identity provider that can be associated with a Firebase user.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_user_provider_1a5f9e2906e5ed743b8b20188b6f78a76d) | `string` Gets or sets the user's display name. |\n| [Email](#class_firebase_admin_1_1_auth_1_1_user_provider_1ac9a9895f2614a67d9a47e46697fb18c7) | `string` Gets or sets the user's email address. |\n| [PhotoUrl](#class_firebase_admin_1_1_auth_1_1_user_provider_1a18ae0d0b23257d3d4705c6ba8cfffde4) | `string` Gets or sets the photo URL of the user. |\n| [ProviderId](#class_firebase_admin_1_1_auth_1_1_user_provider_1add2a93cda8724b2c1b0b6e72f9ee4bc5) | `string` Gets or sets the ID of the identity provider. |\n| [Uid](#class_firebase_admin_1_1_auth_1_1_user_provider_1a06f91cdd890682ce6b2ff470d87d90a2) | `string` Gets or sets the user's unique ID assigned by the identity provider. |\n\nProperties\n----------\n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the user's display name. \n\n### Email\n\n```text\nstring Email\n``` \nGets or sets the user's email address. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets or sets the photo URL of the user. \n\n### ProviderId\n\n```text\nstring ProviderId\n``` \nGets or sets 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. This field is required. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets or sets the user's unique ID assigned by the identity provider.\n\nThis field is required."]]