PasswordHash interface
Vlastnosti hodnoty hash hesel
Vlastnosti
| algorithm | Algoritmus hodnoty hash hesla |
| context | Kontext hodnoty hash hesla |
| file |
Cesta k souboru hodnoty hash hesla |
| hash | Hodnota hash hesla |
| password |
ID hodnoty hash hesla |
| provisioning |
Stav poslední operace. |
| salt | Sůl hodnoty hash hesla |
| username | Uživatelské jméno hodnoty hash hesla |
Podrobnosti vlastnosti
algorithm
Algoritmus hodnoty hash hesla
algorithm?: string
Hodnota vlastnosti
string
context
Kontext hodnoty hash hesla
context?: string
Hodnota vlastnosti
string
filePath
Cesta k souboru hodnoty hash hesla
filePath?: string
Hodnota vlastnosti
string
hash
Hodnota hash hesla
hash?: string
Hodnota vlastnosti
string
passwordHashId
ID hodnoty hash hesla
passwordHashId?: string
Hodnota vlastnosti
string
provisioningState
Stav poslední operace.
provisioningState?: string
Hodnota vlastnosti
string
salt
Sůl hodnoty hash hesla
salt?: string
Hodnota vlastnosti
string
username
Uživatelské jméno hodnoty hash hesla
username?: string
Hodnota vlastnosti
string