authExpireAfter property
the jwt will expire after this duration so the user must login again for a new jwt
Implementation
final Duration authExpireAfter;
the jwt will expire after this duration so the user must login again for a new jwt
final Duration authExpireAfter;