oauth2/const.go

7 lines
79 B
Go

package oauth2
const (
COOKIE = "BOAuthZ"
REDIRECT = "BOAuthZ-Redirect"
)