| Package | Description |
|---|---|
| com.bynder.sdk.api | |
| com.bynder.sdk.configuration | |
| com.bynder.sdk.model.oauth | |
| com.bynder.sdk.service.oauth |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<Token>> |
OAuthApi.getAccessToken(Map<String,String> params)
Gets a new access token by sending an authorization grant or refresh token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
OAuthSettings.getToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthSettings.callback(Token token) |
void |
OAuthSettings.refreshToken(Token newToken) |
void |
OAuthSettings.setToken(Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
RefreshTokenCallback.execute(Token token) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<Token> |
OAuthService.getAccessToken(String code,
List<String> scopes)
Gets an access token using the code authorization grant.
|
io.reactivex.Observable<Token> |
OAuthServiceImpl.getAccessToken(String code,
List<String> scopes)
Check
OAuthService for more information. |
io.reactivex.Observable<Token> |
OAuthService.refreshAccessToken()
Gets a new access token using the refresh token.
|
io.reactivex.Observable<Token> |
OAuthServiceImpl.refreshAccessToken()
Check
OAuthService for more information. |
Copyright © 2022. All rights reserved.