Type Alias AuthenticationData

AuthenticationData: {
    expiresAt: Date | null;
    issuedAt: Date | null;
}

Data required to determine whether the client is (still) authenticated.