Amazon Cognito · JSON Structure

User Pools Device Secret Verifier Config Type Structure

The device verifier against which it is authenticated.

Type: object Properties: 2
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

DeviceSecretVerifierConfigType is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PasswordVerifier Salt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-device-secret-verifier-config-type-structure.json",
  "name": "DeviceSecretVerifierConfigType",
  "description": "The device verifier against which it is authenticated.",
  "type": "object",
  "properties": {
    "PasswordVerifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringType"
        },
        {
          "description": "The password verifier."
        }
      ]
    },
    "Salt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringType"
        },
        {
          "description": "The <a href=\"https://en.wikipedia.org/wiki/Salt_(cryptography)\">salt</a> "
        }
      ]
    }
  }
}