| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
AuthorizationApi.getToken(String grantType,
String clientId,
String clientSecret,
String refreshToken,
String username,
String password)
Get tokens
finAPI implements the OAuth 2.0 Standard for authorizing applications and users within applications.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AccessToken> |
AuthorizationApi.getTokenWithHttpInfo(String grantType,
String clientId,
String clientSecret,
String refreshToken,
String username,
String password)
Get tokens
finAPI implements the OAuth 2.0 Standard for authorizing applications and users within applications.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AuthorizationApi.getTokenAsync(String grantType,
String clientId,
String clientSecret,
String refreshToken,
String username,
String password,
ApiCallback<AccessToken> callback)
Get tokens (asynchronously)
finAPI implements the OAuth 2.0 Standard for authorizing applications and users within applications.
|
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
AccessToken.accessToken(String accessToken) |
AccessToken |
AccessToken.expiresIn(Integer expiresIn) |
AccessToken |
AccessToken.refreshToken(String refreshToken) |
AccessToken |
AccessToken.scope(String scope) |
AccessToken |
AccessToken.tokenType(String tokenType) |
Copyright © 2018. All rights reserved.