View Source Squeeze.Garmin.AuthBehaviour behaviour (OpenPace v0.0.1)
Behaviour specification for Garmin authentication operations.
Link to this section Summary
Callbacks
Generates the authorization URL with the given parameters.
Exchanges the temporary token for an access token.
Gets the Garmin user information.
Requests a temporary OAuth token from Garmin.
Link to this section Callbacks
Generates the authorization URL with the given parameters.
Exchanges the temporary token for an access token.
Gets the Garmin user information.
@callback request_token!() :: map()
Requests a temporary OAuth token from Garmin.