defaultMaxAge constant

Duration const defaultMaxAge

Default duration between issued time and expiry time.

Used to generate a value for Expiry when creating a claim set and no explicit value for Expiry is provided (and the generation of a default value has not been disabled).

Implementation

static const Duration defaultMaxAge = const Duration(days: 1);