Package overit.geocall.base.rs2.auth
Class AuthResponse
java.lang.Object
overit.geocall.base.rs2.auth.AuthResponse
Data transfer object representing the response of the
It contains the JWT token that ca be used to access to the resources exposed by this service provider, and the information about the token expiration.
authentication service.It contains the JWT token that ca be used to access to the resources exposed by this service provider, and the information about the token expiration.
- Since:
- 9.0
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal Longfinal Longfinal Longfinal Stringfinal voidsetAccessToken(String accessToken) final voidsetExpires(Long expires) final voidsetExpiresIn(Long expiresIn) final voidsetRefreshAfter(Long refreshAfter) final voidsetTokenType(String tokenType)
-
Constructor Details
-
AuthResponse
public AuthResponse()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
getTokenType
-
setTokenType
-
getExpiresIn
-
setExpiresIn
-
getExpires
-
setExpires
-
getRefreshAfter
-
setRefreshAfter
-