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
Modifier and TypeFieldDescriptionint
-
Constructor Summary
-
Method Summary
-
Field Details
-
accessToken
-
idToken
-
tokenType
-
refreshToken
-
expiresIn
public int expiresIn
-
-
Constructor Details
-
TokenResponse
public TokenResponse()
-