class JwtAuthProvider<USER, ROLE> : SecurityProvider<USER, ROLE>
<init> |
JwtAuthProvider(headerVal: Option<String>, jwtConf: JwtConfigurationModule<USER, ROLE>) |
getSecurityContext |
fun getSecurityContext(): Out<SecurityError, SecurityCtx<USER, ROLE>> |
bearerAuthHeaderPrefix |
const val bearerAuthHeaderPrefix: String |