akka-http-jwt-auth
akka-http-jwt-auth
tech.bilal.akka.http.auth.adapter
AsyncAuthenticatorFactory
AuthConfig
AuthDirectives
AuthDirectives
JWTHeader
JWTHeader
JwtVerifier
KeyError
PublicKeyManager
tech.bilal.akka.http.auth.adapter.crypto
Algorithm
Algorithm
RSA
akka-http-jwt-auth
/
tech.bilal.akka.http.auth.adapter
/
JwtVerifier
JwtVerifier
class
JwtVerifier
(oidcConfig:
LazySuccessCachedFuture
[
OIDCConfig
], publicKeyManager:
PublicKeyManager
, authConfig:
AuthConfig
)
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
verifyAndDecode
[T](tokenString:
String
)(using `evidence$1`:
Decoder
[
T
]):
Future
[
Option
[T]]