public abstract class

UserImportHash

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.UserImportHash
Known Direct Subclasses

Class Overview

Represents a hash algorithm and the related configuration parameters used to hash user passwords. An instance of this class must be specified if importing any users with password hashes (see setHash(UserImportHash).

This is not expected to be extended in user code. Applications should use one of the provided concrete implementations in the com.google.firebase.auth.hash package. See documentation for more details on available options.

Summary

Protected Constructors
UserImportHash(String name)
Protected Methods
abstract Map<String, Object> getOptions()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected UserImportHash (String name)

Protected Methods

protected abstract Map<String, Object> getOptions ()