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

Method TokenChannel

server.go:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (s *RealDiskplayerServer) TokenChannel() chan *oauth2.Token {
75 return s.cbh.ch
76}
77
78func (s *RealDiskplayerServer) Authenticator() *spotify.Authenticator {
79 return s.cbh.auth

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected