AuthEmailOtpSender<TContext> typedef

AuthEmailOtpSender<TContext> = FutureOr<void> Function(AuthEmailOtpDelivery<TContext> delivery)

Delivers a transient raw OTP after its digest is committed.

Implementation

typedef AuthEmailOtpSender<TContext> =
    FutureOr<void> Function(AuthEmailOtpDelivery<TContext> delivery);