Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIScopes in PKCE config don't seem to save #58

Open
wybo opened this issue May 22, 2024 · 0 comments
Open

APIScopes in PKCE config don't seem to save #58

wybo opened this issue May 22, 2024 · 0 comments

Comments

@wybo
Copy link

wybo commented May 22, 2024

When setting the API Scopes to anything less than everything, the changes aren't saved.

Am using a work-around by setting them manually in the Awake() of my SpotifyListener.

void Awake() {
GameObject.Find("Spotify").GetComponent<PKCE_AuthConfig>().APIScopes = new List() {"user-read-playback-state"};
base.Awake();
}

But this is obviously just a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant