Interface AccountSendRecoveryFlowEmailInput

interface AccountSendRecoveryFlowEmailInput {
    query: string;
    waterfallId: string;
}

Properties

Properties

query: string

Username, phone or email

waterfallId: string

You should generate your own waterfall id (randomUUID()). It should be the same for the whole password reset flow.