Uses of Class
ca.ubc.ece.flowable.oidc.IdToken
-
Packages that use IdToken Package Description ca.ubc.ece.flowable.oidc ca.ubc.ece.flowable.servlets -
-
Uses of IdToken in ca.ubc.ece.flowable.oidc
Methods in ca.ubc.ece.flowable.oidc that return IdToken Modifier and Type Method Description static IdToken
OpenIDConnect. validateIDToken(java.lang.String token, java.lang.String nonce)
Returns the id token data from the validated token. -
Uses of IdToken in ca.ubc.ece.flowable.servlets
Methods in ca.ubc.ece.flowable.servlets with parameters of type IdToken Modifier and Type Method Description static void
Printer. printData(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String state, java.lang.String nonce, TokenData tokenData, IdToken idToken)
Displays debug information.
-