Skip to Content
DevelopersPluginsSendSend Adapter

Send Adapter

The send adapter is used to send verification requests to users, usually by email.

export type OberonSendAdapter = { sendVerificationRequest: (props: { email: string token: string url: string }) => Promise<void> }
Last updated on