Skip to main content
Module

x/gotrue/mod.ts>AuthChangeEvent

An isomorphic Javascript library for GoTrue.
Latest
type alias AuthChangeEvent
import { type AuthChangeEvent } from "https://deno.land/x/gotrue@3.0.0/mod.ts";
definition:
| "SIGNED_IN"
| "SIGNED_OUT"
| "USER_UPDATED"
| "USER_DELETED"
| "PASSWORD_RECOVERY"