iam_expires_on

The expiration time on or after which the JWT MUST NOT be accepted for processing.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-expires-on-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_expires_on",
  "title": "iam_expires_on",
  "description": "The expiration time on or after which the JWT MUST NOT be accepted for processing.",
  "example": "2020-01-01T00:00:00Z",
  "format": "date-time",
  "type": "string"
}