scopes: Valid Authorization Scopes

View source: R/utils.R

scopesR Documentation

Valid Authorization Scopes

Description

A vector of valid scopes for get_spotify_authorization_code.

Usage

scopes(exclude_SOA = TRUE)

Arguments

exclude_SOA

Boolean indicating whether to exclude 'Spotify Open Access' (SOA) scopes, which are only available for approved partners. Defaults to TRUE.

Value

A character vector of valid authorization scopes for the Spotify Web API. See Spotify Web API Authorization Scopes

Examples

scopes()

charlie86/spotifyr documentation built on Oct. 29, 2024, 9:12 a.m.