Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleAuth ¶
type GoogleAuth struct { // Path to credentials.json for your google cloud API. CredentialFile string // Where to PoST the token following authentication. RedirectURL string // filename where to save the token(or where token.json is located) TokenFile string // The TokenServer to handle access token requests. TokenServer *server.AccessTokenServer }
Configures authentication to google cloud.
Click to show internal directories.
Click to hide internal directories.