public final class

UserImportOptions

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.UserImportOptions

Class Overview

A collection of options that can be passed to the importUsersAsync(List, UserImportOptions) API.

Summary

Nested Classes
class UserImportOptions.Builder  
Public Methods
static UserImportOptions.Builder builder()
static UserImportOptions withHash(UserImportHash hash)
Creates a new UserImportOptions containing the provided hash algorithm.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static UserImportOptions.Builder builder ()

Returns

public static UserImportOptions withHash (UserImportHash hash)

Creates a new UserImportOptions containing the provided hash algorithm.

Parameters
hash A non-null UserImportHash.
Returns