Removing unnecessary option getters.

This commit is contained in:
Burcu Dogan
2014-05-26 17:29:56 +02:00
parent 4b558944a3
commit 002375a1dd
2 changed files with 0 additions and 10 deletions

View File

@@ -134,11 +134,6 @@ type Config struct {
cache Cache
}
// Options returns options.
func (c *Config) Options() *Options {
return c.opts
}
// AuthCodeURL returns a URL to OAuth 2.0 provider's consent page
// that asks for permissions for the required scopes explicitly.
func (c *Config) AuthCodeURL(state string) (authURL string, err error) {