sendEmail: (
input: TypeWebauthnRecoverAccountEmailDeliveryInput & {
userContext?: Record<string, any>;
},
) => Promise<void> = Wrapper.sendEmail
Type declaration
- (
input: TypeWebauthnRecoverAccountEmailDeliveryInput & {
userContext?: Record<string, any>;
},
): Promise<void> Parameters
- input: TypeWebauthnRecoverAccountEmailDeliveryInput & {
userContext?: Record<string, any>;
}
Returns Promise<void>