/** * WGL033: OIDC id_token Without a Scoped Audience * * Flags an `id_tokens:` declaration with no `aud:` or a wildcard audience. The * audience binds the minted OIDC token to a specific relying party; without it * (or with `*`), a leaked token is accepted anywhere, defeating the point of * short-lived federated identity. Set `aud:` to the exact audience(s) needed. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl033: PostSynthCheck; //# sourceMappingURL=wgl033.d.ts.map