1 Star 0 Fork 2

NilOrganization/oauth2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
constant.go 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
Keng 提交于 2020-05-19 15:36 . Update constant.go
package oauth2
import "time"
const (
contentTypeJSON = "application/json"
// AccessTokenExpire ...
AccessTokenExpire = time.Second * 3600
// RefreshTokenExpire ...
RefreshTokenExpire = AccessTokenExpire / 2
// TokenTypeBearer ...
TokenTypeBearer = "Bearer"
// ScopeRefreshToken ...
ScopeRefreshToken = "refresh_token"
// DefaultJwtIssuer ...
DefaultJwtIssuer = "github.com/nilorg/oauth2"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/nilorg/oauth2.git
[email protected]:nilorg/oauth2.git
nilorg
oauth2
oauth2
master

搜索帮助