public @interface ApiIssuer
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
issuer
The expected issuer (iss) value for JWT tokens generated by this issuer.
|
java.lang.String |
jwksUri
The location of the JSON web key set used to verify tokens generated by this issuer.
|
java.lang.String |
name
A JWT provider id.
|
public abstract java.lang.String name
ApiIssuerAudience.