> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AdminSecurityJwtSettings

Response schema for admin security JWT settings events.

<ParamField body="jwtSettings" type="object" required>
  JWT duration settings that were updated

  <Expandable title="properties">
    <ParamField body="duration" type="object" required>
      The JWT duration configuration. See [Duration](/api-reference/schemas/Duration) schema.
    </ParamField>
  </Expandable>
</ParamField>
