Package org.openremote.container.web
Class OAuthServerResponse
java.lang.Object
org.openremote.container.web.OAuthServerResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected LocalDateTimeprotected longprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetAccessToken(String accessToken) voidsetExpiresIn(long expiresIn) voidsetRefreshToken(String refreshToken) voidsetTokenType(String tokenType)
-
Field Details
-
tokenType
-
expiresIn
protected long expiresIn -
accessToken
-
refreshToken
-
createdDateTime
-
-
Constructor Details
-
OAuthServerResponse
public OAuthServerResponse()
-
-
Method Details
-
getTokenType
-
setTokenType
-
getExpiresIn
public long getExpiresIn() -
setExpiresIn
public void setExpiresIn(long expiresIn) -
getAccessToken
-
setAccessToken
-
getRefreshToken
-
setRefreshToken
-
getExpiryDateTime
-