Package org.jclouds.oauth.v2.domain
Class Token
java.lang.Object
org.jclouds.oauth.v2.domain.Token
The oauth token, obtained upon a successful token request and ready to embed in requests.
-
Constructor Details
-
Token
public Token()
-
-
Method Details
-
accessToken
The access token obtained from the OAuth server. -
tokenType
The type of the token, e.g.,Bearer
. -
expiresIn
public abstract long expiresIn()In how many seconds this token expires. -
create
-