func open()

in SpotifyLoginDemo/SpotifyLoginDemo/ContentViewModel.swift [35:40]


    func open(url: URL) {
        let result = sessionManager.openURL(url)
        if !result {
            state = .failure("Authorization Failed")
        }
    }