Structs§
Constants§
Functions§
- deauthorize
- Revoke an access token.
- deauthorize_
at - Same as
deauthorizebut against a caller-supplied URL. - get_
token - Exchange an authorization code for an access token, hitting Strava’s production OAuth endpoint.
- get_
token_ at - Same as
get_tokenbut against a caller-supplied URL. Useful for integration tests (pointing at httpmock) or for staging/dev OAuth hosts. - refresh_
token - Swap an expiring access token for a fresh one using a stored refresh token.
- refresh_
token_ at - Same as
refresh_tokenbut against a caller-supplied URL.