Class AccessTokenResponse

java.lang.Object
com.here.platform.data.client.auth.hereaccount.AccessTokenResponse
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class AccessTokenResponse extends Object implements scala.Product, Serializable
Represents a parsed response received from an OAuth2.0 token endpoint. See the OAuth2.0 Successful Response section for details.
See Also:
  • Constructor Details

    • AccessTokenResponse

      public AccessTokenResponse(String access_token, String token_type, long expires_in, scala.Option<String> refresh_token, scala.Option<String> id_token)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
    • toString

      public static String toString()
    • access_token

      public String access_token()
    • token_type

      public String token_type()
    • expires_in

      public long expires_in()
    • refresh_token

      public scala.Option<String> refresh_token()
    • id_token

      public scala.Option<String> id_token()
    • startTimeMilliseconds

      public long startTimeMilliseconds()