Package io.gs2.identifier.result
Class LoginResult
java.lang.Object
io.gs2.identifier.result.LoginResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoginResultfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetExpiresIn(Integer expiresIn) voidsetTokenType(String tokenType) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withExpiresIn(Integer expiresIn) withTokenType(String tokenType)
-
Constructor Details
-
LoginResult
public LoginResult()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getTokenType
-
setTokenType
-
withTokenType
-
getExpiresIn
-
setExpiresIn
-
withExpiresIn
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-