Documentation
¶
Index ¶
- func GenerateOAuthCode(c *gin.Context)
- func GitHubBind(c *gin.Context)
- func GitHubOAuth(c *gin.Context)
- func LarkBind(c *gin.Context)
- func LarkOAuth(c *gin.Context)
- func OidcAuth(c *gin.Context)
- func OidcBind(c *gin.Context)
- func WeChatAuth(c *gin.Context)
- func WeChatBind(c *gin.Context)
- type GitHubOAuthResponse
- type GitHubUser
- type LarkOAuthResponse
- type LarkUser
- type OidcResponse
- type OidcUser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateOAuthCode ¶
func GitHubBind ¶
func GitHubOAuth ¶
func WeChatAuth ¶
func WeChatBind ¶
Types ¶
type GitHubOAuthResponse ¶
type GitHubUser ¶
type LarkOAuthResponse ¶
type LarkOAuthResponse struct {
AccessToken string `json:"access_token"`
}
type OidcResponse ¶
Click to show internal directories.
Click to hide internal directories.