mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Grant URI: https://oauth.reddit.com/grants/installed_client This minor extension grant allows non-confidential OAuth2 clients to request user-less OAuth2 tokens. Consumers should provide a unique ID, and re-use that ID for subsequent token requests from the same device. ID generation is left up to the client. This is separate from client_credentials so that the client_credentials grant can conform to the official spec.