Options
All
  • Public
  • Public/Protected
  • All
Menu

A user requested to reset their password for an existing account

This schema describes events sent to Segment from [[resetYourPassword]]

example
 {
   action: "resetYourPassword",
   auth_redirect: "https://artsy.net/artist/andy-warhol",
   context_module: "popUpModal",
   intent: "viewArtist",
   modal_copy: "Sign up to follow artists",
   service: "email",
   trigger: "timed",
   trigger_seconds: 4,
   type: "forgot"
 }

Hierarchy

  • ResetYourPassword

Index

Properties

action

action: resetYourPassword

auth_redirect

auth_redirect: string

context_module

context_module: AuthContextModule

intent

intent: AuthIntent

Optional modal_copy

modal_copy: undefined | string

service

service: AuthService

trigger

trigger: AuthTrigger

Optional trigger_seconds

trigger_seconds: undefined | number

type

Generated using TypeDoc