Package akka.http.jwt.internal
Class JwtSupport$
- java.lang.Object
-
- akka.http.jwt.internal.JwtSupport$
-
public class JwtSupport$ extends java.lang.ObjectINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static JwtSupport$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JwtSupport$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JwtSupportfromConfig(com.typesafe.config.Config jwtConfig)java.lang.StringPrivateKeyConfig()java.lang.StringPublicKeyConfig()
-
-
-
Field Detail
-
MODULE$
public static final JwtSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
PrivateKeyConfig
public java.lang.String PrivateKeyConfig()
-
PublicKeyConfig
public java.lang.String PublicKeyConfig()
-
fromConfig
public JwtSupport fromConfig(com.typesafe.config.Config jwtConfig)
-
-