Package co.arago.hiro.client.model.token
Class TokenRefreshRequest
- java.lang.Object
-
- co.arago.hiro.client.model.token.AbstractTokenRequest
-
- co.arago.hiro.client.model.token.TokenRefreshRequest
-
- All Implemented Interfaces:
EncodedURIMessage,JsonMessage,ToMap,java.io.Serializable
public class TokenRefreshRequest extends AbstractTokenRequest
JSON for a token refresh request.{ "grant_type": "...", "client_id": "...", "client_secret": "...", "refresh_token": "...", "organization": "...", "organization_id: "..." }- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringrefreshToken-
Fields inherited from class co.arago.hiro.client.model.token.AbstractTokenRequest
clientId, clientSecret, grantType, organization, organizationId
-
-
Constructor Summary
Constructors Constructor Description TokenRefreshRequest(java.lang.String clientId, java.lang.String clientSecret, java.lang.String refreshToken, java.lang.String organization, java.lang.String organizationId)
-
Method Summary
-
Methods inherited from class co.arago.hiro.client.model.token.AbstractTokenRequest
toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.EncodedURIMessage
toURIEncodedString, toURIEncodedStringRemoveBlanks
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-