Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Represents an individual streamed token.

Link copied to clipboard

Represents the streaming token's format.

Link copied to clipboard
@JsonClass(generateAdapter = false)
enum StreamingTokenType : Enum<StreamingTokenType>

The type of streaming token payload.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class StreamingTokenValidationResult(val valid: Boolean, val reason: String? = null)