Package cz.gopay.api.v3
Interface AuthClient
-
public interface AuthClient- Author:
- Zbynek Novak novak.zbynek@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessTokenloginApplication(AuthHeader authHeader, String grantType, String scope)
-
-
-
Method Detail
-
loginApplication
@POST @Path("/oauth2/token") @Produces({"application/json","application/xml"}) @Consumes("application/x-www-form-urlencoded") AccessToken loginApplication(@BeanParam AuthHeader authHeader, @FormParam("grant_type") String grantType, @FormParam("scope") String scope)
-
-