Class AccessTokenResponse
java.lang.Object
com.here.platform.data.client.auth.hereaccount.AccessTokenResponse
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Represents a parsed response received from an OAuth2.0 token endpoint. See the OAuth2.0
Successful Response
section for details.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTokenResponse(String access_token, String token_type, long expires_in, scala.Option<String> refresh_token, scala.Option<String> id_token) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
AccessTokenResponse
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
access_token
-
token_type
-
expires_in
public long expires_in() -
refresh_token
-
id_token
-
startTimeMilliseconds
public long startTimeMilliseconds()
-