INPUT_OBJECT

HashPasswordInput

link GraphQL Schema definition

  • input HashPasswordInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Password hash type, where 0 is SHA1 non-reversible, 1 is PKCS5 reversible
  • passwordHashType: Int!
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # The password to be hashed
  • password: String!
  • }