Web-based responsive document annotation tool
activeannoservice / application / JwtValidation
data class JwtValidation
Data class representing the JWT validation configuration
| Name | Summary |
|---|---|
| <init> | Data class representing the JWT validation configurationJwtValidation(acceptAllTokens: Boolean = true, url: String) |
| Name | Summary |
|---|---|
| acceptAllTokens | val acceptAllTokens: Boolean |
| url | val url: String |