apicredentials

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package apicredentials contains the TokenStorer interface that is used as the oAuth token provider for the Google Analytics API.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenStorer

type TokenStorer interface {
	GetToken() (*oauth2.Token, error)
	SaveToken(token *oauth2.Token) error
}

The TokenStorer interface provides functions for reading and persisting oauth2.Token models.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL