oauth2/const.go

8 lines
107 B
Go
Executable File

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