1. How do I use this?
    1. Registering an API Client
      1. Client Secrets class="chapter-item expanded ">Simple Setup & Usage
      2. Custom Setup
      3. Troubleshooting
    2. Blueprint API Documentation
      1. Functions
        1. Perform Authentication
        2. Perform Authentication (UMG Browser)
        3. Refresh API Token
        4. Get User Info
        5. Get User Info (w/ images)
        6. HTTP Request
        7. HTTP Request (with bearer token)
        8. HTTP GET
        9. HTTP POST
        10. Make Patreon Auth URI
        11. Open URL
        12. Parse API Token Info
      2. Structs
        1. API Token Info
        2. Patreon User Info
        3. Patreon User Info Imgs
        4. Patreon Tier Info
        5. Patreon Tier Info Imgs
    3. C++ API Reference
      1. Structs
        1. FAPITokenInfo
        2. FPatreonTierInfo
        3. FPatreonTierInfoImgs
        4. FPatreonUserInfo
        5. FPatreonUserInfoImgs
      2. Classes
        1. FNBPatreonAPIClientModule
        2. UGetPatreonUserInfoAsyncAction
        3. UGetPatreonUserInfoImgAsyncAction
        4. UHTTPRequestAction
        5. UNBPatreonAPIClientBPLibrary
        6. UPerformAuthenticationAsyncAction
        7. URefreshAPITokenAsyncAction
        1. Delegates
          1. FGetPatreonUserInfoAsyncActionEvent
          2. FGetPatreonUserInfoAsyncActionFailedEvent
          3. FGetPatreonUserInfoImgAsyncActionEvent
          4. FGetPatreonUserInfoImgAsyncActionFailedEvent
          5. FHTTPRequestActionEvent
          6. FPerformAuthenticationAsyncActionEvent
          7. FPerformAuthenticationAsyncActionFailedEvent
          8. FRefreshAPITokenAsyncActionEvent
          9. FRefreshAPITokenAsyncActionFailedEvent