Package org.openremote.container.web
Class OAuthServerResponse
java.lang.Object
org.openremote.container.web.OAuthServerResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected LocalDateTime
protected long
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setAccessToken
(String accessToken) void
setExpiresIn
(long expiresIn) void
setRefreshToken
(String refreshToken) void
setTokenType
(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
-