Class JwtDirectives$
- java.lang.Object
-
- akka.http.jwt.scaladsl.server.directives.JwtDirectives$
-
- All Implemented Interfaces:
JwtDirectives
public class JwtDirectives$ extends java.lang.Object implements JwtDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static JwtDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JwtDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.jwt.scaladsl.server.directives.JwtDirectives
bearerTokenAuthenticator, jwt, jwt
-
-
-
-
Field Detail
-
MODULE$
public static final JwtDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-