package schema import "golang.org/x/oauth2" type Credentials struct { Token oauth2.Token `json:"token"` }