Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomerPasswordHashTypes

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:customer_password_hash_types"
links: { fx:property_helpers: PropertyHelpers; self: CustomerPasswordHashTypes }

Type declaration

props: { message: string; values: {} }

Type declaration

  • message: string

    A small, human readable explanation of this property helper.

  • values: {}

    JSON objects with the password hash type as the object key. This key is the value you use for the Store resource's customer_password_hash_type property and the Customer resource's password_hash_type property.

    • [key: string]: { config: unknown; description: string }
      • config: unknown

        The default configuration settings specific to this hashing mechanism.

      • description: string

        The human readable description of this password hashing mechanism.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc