func()

in pkce/session.go [30:33]


func (s *Session) Marshal() string {
	buf, _ := json.Marshal(s)
	return string(buf)
}