com.google.api.server.spi.config
Annotation Type ApiIssuer
- 
 
 public @interface ApiIssuerAnnotation to specify a JWT issuer configuration.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element and Description java.lang.StringissuerThe expected issuer (iss) value for JWT tokens generated by this issuer.java.lang.StringjwksUriThe location of the JSON web key set used to verify tokens generated by this issuer.java.lang.StringnameA JWT provider id.
 
- 
- 
- 
Element Detail- 
namepublic abstract java.lang.String name A JWT provider id. This field is referenced byApiIssuerAudience.- Default:
- ""
 
 
- 
 
-