Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communicator ¶
type Communicator struct {
// contains filtered or unexported fields
}
func NewCommunicator ¶
func NewCommunicator(baseUrl string) Communicator
func (*Communicator) Refresh ¶
func (c *Communicator) Refresh() error
func (*Communicator) TokenWatcher ¶
func (c *Communicator) TokenWatcher()
func (Communicator) ValidateCode ¶
func (c Communicator) ValidateCode(code string) (bool, error)
func (Communicator) VerifyAccess ¶
func (c Communicator) VerifyAccess() (bool, error)
Click to show internal directories.
Click to hide internal directories.