UserProviderRequest interface
Stay organized with collections
Save and categorize content based on your preferences.
User provider data to include when importing a user.
Signature:
export interface UserProviderRequest
Properties
Property |
Type |
Description |
displayName |
string |
The display name for the linked provider. |
email |
string |
The email for the linked provider. |
phoneNumber |
string |
The phone number for the linked provider. |
photoURL |
string |
The photo URL for the linked provider. |
providerId |
string |
The linked provider ID (for example, "google.com" for the Google provider). |
uid |
string |
The user identifier for the linked provider. |
UserProviderRequest.displayName
The display name for the linked provider.
Signature:
displayName?: string;
UserProviderRequest.email
The email for the linked provider.
Signature:
email?: string;
UserProviderRequest.phoneNumber
The phone number for the linked provider.
Signature:
phoneNumber?: string;
UserProviderRequest.photoURL
The photo URL for the linked provider.
Signature:
photoURL?: string;
UserProviderRequest.providerId
The linked provider ID (for example, "google.com" for the Google provider).
Signature:
providerId: string;
UserProviderRequest.uid
The user identifier for the linked provider.
Signature:
uid: string;
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-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["User provider data to include when importing a user.\n\n**Signature:** \n\n export interface UserProviderRequest \n\nProperties\n\nUserProviderRequest.displayName\n\nThe display name for the linked provider.\n\n**Signature:** \n\n displayName?: string;\n\nUserProviderRequest.email\n\nThe email for the linked provider.\n\n**Signature:** \n\n email?: string;\n\nUserProviderRequest.phoneNumber\n\nThe phone number for the linked provider.\n\n**Signature:** \n\n phoneNumber?: string;\n\nUserProviderRequest.photoURL\n\nThe photo URL for the linked provider.\n\n**Signature:** \n\n photoURL?: string;\n\nUserProviderRequest.providerId\n\nThe linked provider ID (for example, \"google.com\" for the Google provider).\n\n**Signature:** \n\n providerId: string;\n\nUserProviderRequest.uid\n\nThe user identifier for the linked provider.\n\n**Signature:** \n\n uid: string;"]]