Class SmallRyeJwtConfig
- java.lang.Object
-
- io.quarkus.smallrye.jwt.runtime.auth.SmallRyeJwtConfig
-
@ConfigRoot(name="smallrye-jwt", phase=RUN_TIME) public class SmallRyeJwtConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanblockingAuthenticationEnable this property if fetching the remote keys can be a time-consuming operation.
-
Constructor Summary
Constructors Constructor Description SmallRyeJwtConfig()
-
-
-
Field Detail
-
blockingAuthentication
@ConfigItem(defaultValue="false") public boolean blockingAuthentication
Enable this property if fetching the remote keys can be a time-consuming operation. Do not enable it if you use the local keys.
-
-