[[["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\u003eThe \u003ccode\u003e@ApiIssuer\u003c/code\u003e annotation is used to define the configuration for a JWT (JSON Web Token) issuer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eissuer\u003c/code\u003e element specifies the expected issuer (\u003ccode\u003eiss\u003c/code\u003e) value within JWT tokens.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ejwksUri\u003c/code\u003e element indicates the location of the JSON Web Key Set used for verifying tokens from the specified issuer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e element serves as an identifier for the JWT provider, which can be referenced by the \u003ccode\u003e@ApiIssuerAudience\u003c/code\u003e annotation.\u003c/p\u003e\n"]]],[],null,["# ApiIssuer\n\ncom.google.api.server.spi.config\n\nAnnotation Type ApiIssuer\n-------------------------\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n public @interface ApiIssuer\n ``` \nAnnotation to specify a JWT issuer configuration. \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 A JWT provider id. This field is referenced by [`ApiIssuerAudience`](../../../../../../com/google/api/server/spi/config/ApiIssuerAudience.html \"annotation in com.google.api.server.spi.config\").\n\n Default:\n : \"\"\n\n \u003c!-- --\u003e\n\n -\n\n -\n\n #### issuer\n\n ```\n public abstract java.lang.String issuer\n ``` \n The expected issuer (iss) value for JWT tokens generated by this issuer.\n\n Default:\n : \"\"\n\n \u003c!-- --\u003e\n\n -\n\n -\n\n #### jwksUri\n\n ```\n public abstract java.lang.String jwksUri\n ``` \n The location of the JSON web key set used to verify tokens generated by this issuer.\n\n Default:\n : \"\""]]