FirebaseAdmin. Auth. UserProvider
Represents a user identity provider that can be associated with a Firebase user.
Summary
Properties | |
|---|---|
DisplayName | stringGets or sets the user's display name. |
Email | stringGets or sets the user's email address. |
PhotoUrl | stringGets or sets the photo URL of the user. |
ProviderId | stringGets or sets the ID of the identity provider. |
Uid | stringGets or sets the user's unique ID assigned by the identity provider. |
Properties
DisplayName
string DisplayName
Gets or sets the user's display name.
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 theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.