public class TokenRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
code |
String |
grant_type |
String |
redirect_uri |
String |
refresh_token |
| Constructor and Description |
|---|
TokenRequest(String refresh_token,
String code,
String redirect_uri,
String grant_type) |
Copyright © 2018 figo GmbH. All rights reserved.