Class DTOGeocodingAuthToken

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.geocodingauthtoken.DTOGeocodingAuthToken
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOGeocodingAuthToken extends DynO
Data transfer object representing the response of the 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:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOGeocodingAuthToken

      public DTOGeocodingAuthToken()
  • Method Details

    • getAccessToken

      public String getAccessToken()
    • setAccessToken

      public void setAccessToken(String accessToken)
    • setExpiresIn

      public void setExpiresIn(Double expiresIn)
    • getExpiresIn

      public Double getExpiresIn()