zibri
Preparing search index...
auth/hash/hash-service.interface
HashOptions
Type Alias HashOptions<THashOptions>
Options for hashing a value.
type
HashOptions
<
THashOptions
extends
AnyObject
>
=
{
strategy
:
Newable
<
HashStrategyInterface
<
THashOptions
>
>
;
strategyOptions
?:
THashOptions
;
}
Type Parameters
THashOptions
extends
AnyObject
Index
Properties
strategy
strategy
Options?
Properties
strategy
strategy
:
Newable
<
HashStrategyInterface
<
THashOptions
>
>
The strategy to use.
Optional
strategy
Options
strategyOptions
?:
THashOptions
Options for the strategy.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
strategy
strategy
Options
zibri
Loading...
Options for hashing a value.