public class OAuth2Auth_GroovyExtension extends Object
Constructor and Description |
---|
OAuth2Auth_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
api(OAuth2Auth j_receiver,
HttpMethod method,
String path,
Map<String,Object> params,
Handler<AsyncResult<Map<String,Object>>> handler) |
static String |
authorizeURL(OAuth2Auth j_receiver,
Map<String,Object> params) |
static void |
getToken(OAuth2Auth j_receiver,
Map<String,Object> params,
Handler<AsyncResult<AccessToken>> handler) |
static OAuth2Auth |
introspectToken(OAuth2Auth j_receiver,
String token,
String tokenType,
Handler<AsyncResult<Map<String,Object>>> handler) |
public static String authorizeURL(OAuth2Auth j_receiver, Map<String,Object> params)
public static void getToken(OAuth2Auth j_receiver, Map<String,Object> params, Handler<AsyncResult<AccessToken>> handler)
public static OAuth2Auth api(OAuth2Auth j_receiver, HttpMethod method, String path, Map<String,Object> params, Handler<AsyncResult<Map<String,Object>>> handler)
public static OAuth2Auth introspectToken(OAuth2Auth j_receiver, String token, String tokenType, Handler<AsyncResult<Map<String,Object>>> handler)
Copyright © 2017. All rights reserved.