akka-http-jwt-auth
akka-http-jwt-auth
tech.bilal.akka.http.auth.adapter
tech.bilal.akka.http.auth.adapter.crypto
akka-http-jwt-auth
/
tech.bilal.akka.http.auth.adapter
/
JwtVerifier
JwtVerifier
class
JwtVerifier
(oidcClient:
OIDCClient
, publicKeyManager:
PublicKeyManager
, authConfig:
AuthConfig
)
Graph
Super types
class
Object
trait
Matchable
class
Any
Value members
Value members
Methods
def
verifyAndDecode
[T](tokenString:
String
)(evidence$1:
Decoder
[
T
]):
Future
[
Option
[
T
]]