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 Stringaccess_tokenintexpires_inStringrefresh_tokenStringscopesStringtoken_type
-
Constructor Summary
Constructors Constructor Description JsonAccessTokenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccess_token()intgetExpires_in()StringgetRefresh_token()StringgetScopes()StringgetToken_type()
-