Package com.inrupt.client.openid
Class TokenResponse
java.lang.Object
com.inrupt.client.openid.TokenResponse
A class representing successful responses from a token endpoint.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionint - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
accessToken
 - 
idToken
 - 
tokenType
 - 
refreshToken
 - 
expiresIn
public int expiresIn 
 - 
 - 
Constructor Details
- 
TokenResponse
public TokenResponse() 
 -