The endpoint at which the host requests the status of an RPT presented to it by a requester. The endpoint is RPT introspection profile implementation defined here: http://docs.kantarainitiative.org/uma/draft-uma-core.html#uma-bearer-token-profile 
 
◆ requestRptStatus()
      
        
          | RptIntrospectionResponse org.xdi.oxauth.client.uma.UmaRptIntrospectionService.requestRptStatus  | 
          ( | 
          @HeaderParam("Authorization") String  | 
          authorization,  | 
        
        
           | 
           | 
          @FormParam("token") String  | 
          rptAsString,  | 
        
        
           | 
           | 
          @FormParam("token_type_hint") String  | 
          tokenTypeHint  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
このインタフェース詳解は次のファイルから抽出されました: