Strava v0.0.1 Strava.Auth

An OAuth2 strategy for Strava.

Summary

Functions

approval_prompt: string optional "force" or "auto", use "force" to always show the authorization prompt even if the user has already authorized the current application, default is "auto"

Functions

authorize_url(client, params)
authorize_url!(params \\ [])

approval_prompt: string optional "force" or "auto", use "force" to always show the authorization prompt even if the user has already authorized the current application, default is "auto"

scope: string optional comma delimited string of "view_private" and/or "write", leave blank for read-only permissions.

state: string optional returned to your application, useful if the authentication is done from various points in an app

client()
get_token(client, params, headers)
get_token!(params \\ [], headers \\ [], options \\ [])