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.