Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Static.AuthResultSourceAuthResult is a result of full authentication process. Similar to StratResult, but doesn't have some types which are meaningful only for strategies. Authenticated and Rescue loose content as it is stored in Dream.field by the end of authentication
type t = | AuthenticatedEntity has been authenticated successfully.
*)| RescueAuthentication must be stopped immediately with an error.
*)| Redirect of Dream.response Lwt.tUser should be redirected in accordance with response. response promise is meant to be created by Dream.redirect