lockoutMessage property

String get lockoutMessage

Text shown when the server locks the session.

Implementation

String get lockoutMessage =>
    'Too many incorrect attempts. Please try again in '
    '${formatMmSs(attempts?.retryAfterSeconds ?? 0)}.';