UserImportHash

public abstract class UserImportHash extends Object
Known Direct Subclasses

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.

Protected Constructor Summary

UserImportHash(String name)

Protected Method Summary

abstract Map<String, Object>

Inherited Method Summary

Protected Constructors

protected UserImportHash (String name)

Protected Methods

protected abstract Map<String, Object> getOptions ()