en-US/about_RedditOAuthResponseType.help.txt

TOPIC
    about_redditoauthresponsetype
 
SHORT DESCRIPTION
    Describes the RedditOAuthResponseType Enum
 
LONG DESCRIPTION
    The `RedditOAuthResponseType` enumerator represents the available options
    for authorization requests made to Reddit.
    The `RedditOAuthResponseType` Enumerator is imported automatically when you
    import the PSRAW module.
 
FIELDS
Code
    Used to request OAuth Authorization Code in Code Flow Token requests
 
Token
    Used to request OAuth Access Tokens.
 
SEE ALSO
    about_RedditApplication
    https://github.com/reddit/reddit/wiki/OAuth2
    https://psraw.readthedocs.io/