AudienceDeserializer

Deserializer for the JWT aud (audience) claim as defined by RFC 7519.

Accepts both a single JSON string value and a JSON array of strings, normalizing the result to a Set of strings in either case. An unrecognized JSON structure produces an empty set.

See also

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Set<String>