auth

Paddy 2014-08-13 Parent:7b9e0fc20256 Child:9fe684b33b3d

6:3423c552e249 Go to Latest

auth/config.go

Update package name. We've renamed the package to auth, so we may as well update the package name in all our files.

History
     1.1 --- a/config.go	Wed Aug 13 05:51:25 2014 -0400
     1.2 +++ b/config.go	Wed Aug 13 05:53:50 2014 -0400
     1.3 @@ -1,4 +1,4 @@
     1.4 -package oauth2
     1.5 +package auth
     1.6  
     1.7  // AllowedAuthorizeType is a collection of allowed auth request types
     1.8  type AllowedAuthorizeType []AuthorizeRequestType