Class TokenVerifier
- java.lang.Object
-
- com.networknt.aws.lambda.handler.middleware.security.TokenVerifier
-
public class TokenVerifier extends Object
-
-
Constructor Summary
Constructors Constructor Description TokenVerifier()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>getJwkConfig(com.networknt.client.ClientConfig clientConfig, String serviceId)static StringgetTokenFromAuthorization(String authorization)Parse the jwt or swt token from Authorization header.
-