isAllPinsExpired property

bool get isAllPinsExpired

Returns true if all pins for the domain have expired.

This error occurs when all configured pins for a domain have passed their expiration date.

Implementation

bool get isAllPinsExpired => code == 'ALL_PINS_EXPIRED';