Skip to content

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

@wybo

Description

@wybo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions