"use strict";(self.webpackChunkspotify_api_docs=self.webpackChunkspotify_api_docs||[]).push([[53],{1109:function(e){e.exports=JSON.parse('{"pluginId":"default","version":"current","label":"7.X","banner":null,"badge":true,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"docs":[{"type":"category","label":"SpotifyAPI-NET","items":[{"type":"link","label":"Introduction","href":"/SpotifyAPI-NET/docs/introduction","docId":"introduction"},{"type":"link","label":"Getting Started","href":"/SpotifyAPI-NET/docs/getting_started","docId":"getting_started"},{"type":"category","label":"Guides","items":[{"type":"link","label":"Error Handling","href":"/SpotifyAPI-NET/docs/error_handling","docId":"error_handling"},{"type":"link","label":"Configuration","href":"/SpotifyAPI-NET/docs/configuration","docId":"configuration"},{"type":"link","label":"Logging","href":"/SpotifyAPI-NET/docs/logging","docId":"logging"},{"type":"link","label":"Proxy","href":"/SpotifyAPI-NET/docs/proxy","docId":"proxy"},{"type":"link","label":"Pagination","href":"/SpotifyAPI-NET/docs/pagination","docId":"pagination"},{"type":"link","label":"Retry Handling","href":"/SpotifyAPI-NET/docs/retry_handling","docId":"retry_handling"},{"type":"link","label":"IPlayableItem","href":"/SpotifyAPI-NET/docs/iplayableitem","docId":"iplayableitem"},{"type":"link","label":"Unit Testing","href":"/SpotifyAPI-NET/docs/unit_testing","docId":"unit_testing"}],"collapsed":true,"collapsible":true},{"type":"category","label":"Authentication Guides","items":[{"type":"link","label":"Introduction","href":"/SpotifyAPI-NET/docs/auth_introduction","docId":"auth_introduction"},{"type":"link","label":"Client Credentials","href":"/SpotifyAPI-NET/docs/client_credentials","docId":"client_credentials"},{"type":"link","label":"Implicit Grant","href":"/SpotifyAPI-NET/docs/implicit_grant","docId":"implicit_grant"},{"type":"link","label":"Authorization Code","href":"/SpotifyAPI-NET/docs/authorization_code","docId":"authorization_code"},{"type":"link","label":"PKCE","href":"/SpotifyAPI-NET/docs/pkce","docId":"pkce"},{"type":"link","label":"Token Swap","href":"/SpotifyAPI-NET/docs/token_swap","docId":"token_swap"}],"collapsed":true,"collapsible":true},{"type":"link","label":"Showcase","href":"/SpotifyAPI-NET/docs/showcase","docId":"showcase"},{"type":"category","label":"Examples","items":[{"type":"link","label":"ASP.NET","href":"/SpotifyAPI-NET/docs/example_asp","docId":"example_asp"},{"type":"link","label":"Blazor WASM","href":"/SpotifyAPI-NET/docs/example_blazor_wasm","docId":"example_blazor_wasm"},{"type":"link","label":"Blazor ServerSide","href":"/SpotifyAPI-NET/docs/example_blazor","docId":"example_blazor"},{"type":"link","label":"CLI - Custom HTML","href":"/SpotifyAPI-NET/docs/example_cli_custom_html","docId":"example_cli_custom_html"},{"type":"link","label":"CLI - Persistent Config","href":"/SpotifyAPI-NET/docs/example_cli_persistent_config","docId":"example_cli_persistent_config"},{"type":"link","label":"Token Swap","href":"/SpotifyAPI-NET/docs/example_token_swap","docId":"example_token_swap"},{"type":"link","label":"UWP","href":"/SpotifyAPI-NET/docs/example_uwp","docId":"example_uwp"}],"collapsed":true,"collapsible":true},{"type":"category","label":"Migration Guides","items":[{"type":"link","label":"5.x.x to 6.x.x","href":"/SpotifyAPI-NET/docs/5_to_6","docId":"5_to_6"}],"collapsed":true,"collapsible":true}],"collapsed":true,"collapsible":true}]},"docs":{"5_to_6":{"id":"5_to_6","title":"5.x.x to 6.x.x","description":"SpotifyAPI.Web","sidebar":"docs"},"auth_introduction":{"id":"auth_introduction","title":"Introduction","description":"Spotify does not allow unauthorized access to the API. Thus, you need an access token to make requests. This access token can be gathered via multiple schemes, all following the OAuth2 spec. Since it\'simportanttochoosethecorrectschemeforyourusecase,makesureyouhaveagraspofthefollowingterminology/docs:","sidebar":"docs"},"authorization_code":{"id":"authorization_code","title":"AuthorizationCode","description":"Thisflowiss