Documentation ¶
Index ¶
Constants ¶
View Source
const ( // access token过期时间 ATokenExpireDuration = time.Second * 1 // refresh token过期时间 RTokenExpireDuration = time.Second * 3 )
Variables ¶
View Source
var Secret = []byte("亚索主E,QEQ")
密钥(盐)
Functions ¶
func ParseRefreshToken ¶
解析refresh token 并生成新的access token
Types ¶
Click to show internal directories.
Click to hide internal directories.