Class JsonAccessTokenResponse
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.bitbucket.json.JsonAccessTokenResponse
-
public class JsonAccessTokenResponse extends Object
- Author:
- anton.zamolotskikh, 2019-06-13.
-
-
Field Summary
Fields Modifier and Type Field Description String
access_token
int
expires_in
String
refresh_token
String
scopes
String
token_type
-
Constructor Summary
Constructors Constructor Description JsonAccessTokenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccess_token()
int
getExpires_in()
String
getRefresh_token()
String
getScopes()
String
getToken_type()
-