package path

const (
	HandlerPrefix  = "/ui/console"
	RedirectPath   = HandlerPrefix + "/auth/callback"
	PostLogoutPath = HandlerPrefix + "/signedout"
)