Constrained

typealias Constrained = Any?(source)

Constrained value type for AttestationChallenge.additionalPayload.

Supported values:

  • null

  • Boolean, String, Byte, Short, Int, Long, Char, Float, Double

  • nested Map<String, Constrained>

Unsupported values cause a SerializationException at runtime.