oauth_url: OAuth URLs

Description Usage Value Examples

Description

Hattrick OAuth URLs.

Usage

1

Value

A list with seven elements:

request_token

Request token URL.

authorize

Authorize URL.

authenticate

Authenticate URL.

access_token

Access token URL.

check_token

Check token URL.

invalidate_token

Invalidate token URL.

protected_resources

Protected resources URL.

Examples

1
2
3
4
5
6
# Request token URL
oauth_url()$request_token
# Authorize URL
oauth_url()$authorize
# Access token URL
oauth_url()$access_token

arcvetkovic/chppr documentation built on May 14, 2019, 9:22 p.m.