timeout property

Duration timeout
final

The maximum time to wait for the service to respond before failing.

This bounds how long a send can block; relevant because the send is awaited inside the database transaction of the registration/password-reset flow.

Implementation

final Duration timeout;