MCPcopy Create free account
hub / github.com/dinofizz/diskplayer / Authenticator

Method Authenticator

server.go:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (s *RealDiskplayerServer) Authenticator() *spotify.Authenticator {
79 return s.cbh.auth
80}
81
82// recordHandler handles requests to the server which contain a Spotify web URL to be recorded.
83// Two values are extracted from the request: web_url and device_path:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected