Documentation
¶
Overview ¶
The config package holds OAuth2 configuration data shared by the drive storage and the setupstorage-drive command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OAuth2 = &oauth2.Config{ ClientID: "756365541666-dbbsja2vlrl38j0r85f32cgl3sj6n8k9.apps.googleusercontent.com", ClientSecret: "RfAusHn6sSN7YO2pErac0ggs", Endpoint: oauth2.Endpoint{ AuthURL: "https://accounts.google.com/o/oauth2/auth", TokenURL: "https://accounts.google.com/o/oauth2/token", }, RedirectURL: "urn:ietf:wg:oauth:2.0:oob", Scopes: []string{drive.DriveAppdataScope}, }
OAuth2 holds OAuth configuration used by the Upspin Google Drive package. It is used by both the storage and the setup process.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.