Versions in this module Expand all Collapse all v0 v0.9.1 Mar 2, 2014 v0.9.0 Feb 26, 2014 Changes in this version + type App struct + func (c App) Index() revel.Result + func (c App) Login(assertion string) revel.Result + func (c App) Logout() revel.Result + type LoginResult struct + Message string + StatusCode int + func (r LoginResult) Apply(req *revel.Request, resp *revel.Response) + type PersonaResponse struct + Audience string + Email string + Expires int64 + Issuer string + Status string