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
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