public interface BadRptIntrospectionService
| Modifier and Type | Method and Description |
|---|---|
BadRptIntrospectionResponse |
requestRptStatus(String authorization,
String rptAsString,
String tokenTypeHint) |
@POST @Produces(value="application/json") BadRptIntrospectionResponse requestRptStatus(@HeaderParam(value="Authorization") String authorization, @FormParam(value="token") String rptAsString, @FormParam(value="token_type_hint") String tokenTypeHint)
Copyright © 2020. All rights reserved.