| 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.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenService.deauthorise(Token accessToken)
Allows an application to revoke its access to an athlete's data.
|
Token |
AuthorisationService.tokenExchange(Integer clientId,
String clientSecret,
String code,
AuthorisationScope... scopes)
Strava will respond to the authorization request by redirecting the user/browser to the redirect_uri provided.
|
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenServiceImpl.deauthorise(Token token) |
static TokenService |
TokenServiceImpl.instance(Token token)
Returns an instance of
token services |
Token |
AuthorisationServiceImpl.tokenExchange(Integer clientId,
String clientSecret,
String code,
AuthorisationScope... scopes) |
| Modifier and Type | Method and Description |
|---|---|
StravaUploadResponse |
UploadService.checkUploadStatus(Integer uploadId)
Upon upload, Strava will respond with an upload ID.
|
CompletableFuture<StravaUploadResponse> |
UploadService.checkUploadStatusAsync(Integer uploadId)
Upon upload, Strava will respond with an upload ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaUploadResponse> |
UploadServiceImpl.checkUploadStatusAsync(Integer uploadId) |
Copyright © 2016 Dan Shannon. All rights reserved.