View Source
Request auth state stored in the router context.
type AuthState<identity> = GoodAuth<identity> | BadAuth;