Package kalix.javasdk.annotations
Annotation Interface JWT
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]
If set, then the token extracted from the bearer token must have this issuer.
-
Element Details
-
validate
JWT.JwtMethodMode[] validate- Default:
- {UNSPECIFIED}
-
bearerTokenIssuer
String[] bearerTokenIssuerIf set, then the token extracted from the bearer token must have this issuer. This can be used in combination with the issuer field of configuration for JWT secrets, if there is at least one secret that has this issuer set, then only those secrets with that issuer set will be used for validating or signing this token, so you can be sure that the token did come from a particular issuer.`- Default:
- {}
-