This commit is contained in:
iamqizhao
2015-08-28 17:08:48 -07:00
parent 6be470f058
commit ca129f5e97

View File

@ -67,7 +67,6 @@ func (ts TokenSource) RequireTransportSecurity() bool {
type jwtAccess struct {
jsonKey []byte
//ts oauth2.TokenSource
}
func NewJWTAccessFromFile(keyFile string) (credentials.Credentials, error) {