authCode property

String get authCode

The auth error code when kind is StormFailureKind.auth.

Implementation

String get authCode =>
    storm.failure['code'] as String? ?? 'user-token-expired';