Versions in this module Expand all Collapse all v1 v1.3.0 Dec 7, 2022 v1.2.0 Apr 23, 2022 Changes in this version + const CODE + type Provider struct + func (v *Provider) AuthCodeKey() string + func (v *Provider) AuthCodeURL() string + func (v *Provider) Config(c config.ConfigItem) + func (v *Provider) Exchange(code string) (isp.IUser, error) + func (v Provider) Code() string + type User struct + func (v *User) GetEmail() string + func (v *User) GetIcon() string + func (v *User) GetName() string + func (v *User) UnmarshalJSON(data []byte) error