Add first google auth
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package google
|
||||
|
||||
import "golang.org/x/oauth2"
|
||||
|
||||
type Credentials struct {
|
||||
Token oauth2.Token `json:"token"`
|
||||
}
|
||||
Reference in New Issue
Block a user