oauth

package
v0.2.16 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(root iris.Party)

Types

type AuthorizeTokenResp added in v0.2.2

type AuthorizeTokenResp struct {
	app.Response

	AuthorizeToken string `json:"authorizeToken,omitempty"` // 用户的access token
	RefreshToken   string `json:"refreshToken,omitempty"`   // 用户的刷新Key
	OpenId         string `json:"openId,omitempty"`         // social端的用户ID
	UnionId        string `json:"unionId,omitempty"`        // social端的用户扩展ID
}

Jump to

Keyboard shortcuts

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