| Package | Description |
|---|---|
| javastrava.api.v3.auth |
Interface definitions for authorisation services which deal with access tokens
|
| javastrava.api.v3.auth.impl.retrofit | |
| javastrava.api.v3.auth.model | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenService.deauthorise(Token accessToken)
Allows an application to revoke its access to an athlete's data.
|
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenServiceImpl.deauthorise(Token token) |
| Constructor and Description |
|---|
Token(TokenResponse tokenResponse,
AuthorisationScope... scopes)
Default constructor is based on the
TokenResponse structure received from
AuthorisationService.tokenExchange(Integer, String, String, AuthorisationScope...) |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenAPI.deauthoriseToken(String accessToken) |
TokenResponse |
API.deauthoriseToken(String accessToken) |
TokenResponse |
AuthorisationAPI.tokenExchange(Integer clientId,
String clientSecret,
String code) |
| Modifier and Type | Method and Description |
|---|---|
StravaAPIFuture<TokenResponse> |
API.deauthoriseTokenAsync(String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenAPI.deauthorise(String accessToken,
StravaAPICallback<TokenResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
Strava.deauthorise(Token accessToken) |
Copyright © 2016 Dan Shannon. All rights reserved.