package
Version:
v5.6.2
Opens a new window with list of versions in this module.
Published: Apr 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Authorize return the sso authorize location with state
type CallbackOutput struct {
Redirect string `json:"redirect"`
Msg string `json:"msg"`
AccessToken string `json:"accessToken"`
Username string `json:"username"`
Nickname string `json:"nickname"`
Phone string `yaml:"phone"`
Email string `yaml:"email"`
}
Callback 用 code 兑换 accessToken 以及 用户信息,
Source Files
¶
Click to show internal directories.
Click to hide internal directories.