Class OAuthTokenController


  • @RestController("tokenRevokeController")
    @RequestMapping("/oauth")
    public class OAuthTokenController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.lang.String> revoke​(java.lang.String token, java.lang.String hint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • revoke

        @RequestMapping("/revoke")
        public org.springframework.http.ResponseEntity<java.lang.String> revoke​(@RequestParam
                                                                                java.lang.String token,
                                                                                @RequestParam(value="token_type_hint",required=false)
                                                                                java.lang.String hint)