JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.activiti.cloud.services.notifications.qraphql.ws.security.tokenverifier
GraphQLAccessTokenVerifier
Contents
Description
Method Summary
Method Details
verifyToken(String)
Hide sidebar
Show sidebar
Interface GraphQLAccessTokenVerifier
All Known Implementing Classes:
JwtAccessTokenVerifier
public interface
GraphQLAccessTokenVerifier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
GraphQLAccessToken
verifyToken
(
String
credentials)
Method Details
verifyToken
GraphQLAccessToken
verifyToken
(
String
credentials)
throws
Exception
Throws:
Exception