[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eApiIssuerAudience\u003c/code\u003e is an annotation used to define a list of acceptable audiences for a specific issuer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eaudiences\u003c/code\u003e element within \u003ccode\u003eApiIssuerAudience\u003c/code\u003e specifies the array of audience strings that are permitted by the issuer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e element is used to set the JWT provider id and it must match one named in the \u003ccode\u003eApiIssuer\u003c/code\u003e annotation, with a default value of an empty string.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eApiIssuerAudience\u003c/code\u003e is located within the \u003ccode\u003ecom.google.api.server.spi.config\u003c/code\u003e package.\u003c/p\u003e\n"]]],[],null,["# ApiIssuerAudience\n\ncom.google.api.server.spi.config\n\nAnnotation Type ApiIssuerAudience\n---------------------------------\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n public @interface ApiIssuerAudience\n ``` \nAn annotation that specifies a list of allowed audiences for an issuer. \n-\n -\n\n ### Optional Element Summary\n\n-\n -\n\n ### Element Detail\n\n\n -\n\n #### name\n\n ```\n public abstract java.lang.String name\n ``` \n The JWT provider id, named in [`ApiIssuer`](../../../../../../com/google/api/server/spi/config/ApiIssuer.html \"annotation in com.google.api.server.spi.config\").\n\n Default:\n : \"\"\n\n \u003c!-- --\u003e\n\n -\n\n -\n\n #### audiences\n\n ```\n public abstract java.lang.String[] audiences\n ``` \n The list of audiences allowed by the issuer.\n\n Default:\n : {}"]]