FirebaseAdmin.Auth.Hash.Bcrypt
Stay organized with collections
Save and categorize content based on your preferences.
Represents the Bcrypt password hashing algorithm.
Summary
Can be used as an instance of UserImportHash when importing users.
Inheritance
Inherits from: FirebaseAdmin.Auth.UserImportHash
Protected functions |
|
---|---|
GetHashConfiguration()
|
virtual override IReadOnlyDictionary< string, object >
Returns an empty dictionary representing no options for the Bcrypt hashing algorithm.
|
Public functions
Protected functions
GetHashConfiguration
virtual override IReadOnlyDictionary< string, object > GetHashConfiguration()
Returns an empty dictionary representing no options for the Bcrypt hashing algorithm.
Details | |
---|---|
Returns |
Dictionary defining no options.
|