public interface AuthClient
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
loginApplication(AuthHeader authHeader,
String grantType,
String scope) |
@POST
@Path(value="/oauth2/token")
@Produces(value={"application/json","application/xml"})
@Consumes(value="application/x-www-form-urlencoded")
AccessToken loginApplication(@BeanParam
AuthHeader authHeader,
@FormParam(value="grant_type")
String grantType,
@FormParam(value="scope")
String scope)
Copyright © 2016. All rights reserved.