AuthConfig
io.github.edadma.apion.AuthMiddleware.AuthConfig
case class AuthConfig(secretKey: String, requireAuth: Boolean, excludePaths: Set[String], tokenRefreshThreshold: Long, maxTokenLifetime: Long, issuer: String, audience: Option[String])
Configuration for authentication middleware
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article