oauth2/const.go

7 lines
79 B
Go
Executable File

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