CreateRequest interface  |  Firebase Admin SDK (original) (raw)

CreateRequest interface

Interface representing the properties to set on a new user record to be created.

Signature:

export interface CreateRequest extends UpdateRequest 

Extends: UpdateRequest

Properties

Property Type Description
multiFactor MultiFactorCreateSettings The user's multi-factor related properties.
uid string The user's uid.

CreateRequest.multiFactor

The user's multi-factor related properties.

Signature:

multiFactor?: MultiFactorCreateSettings;

The user's uid.

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.