google

package
v0.0.0-...-46fca04 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: MIT, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoogleAuthType

type GoogleAuthType int8
const (
	GoogleLogin GoogleAuthType = iota
	GoogleSignup
)

type GoogleOAuthState

type GoogleOAuthState struct {
	Referer string
	Type    GoogleAuthType
}

func (*GoogleOAuthState) Valid

func (o *GoogleOAuthState) Valid() bool

type GoogleUserInfo

type GoogleUserInfo struct {
	Name          string `json:"name"`
	Email         string `json:"email"`
	VerifiedEmail bool   `json:"verified_email"`
	Picture       string `json:"picture"`
	Hd            string `json:"hd"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL