isExpired

suspend fun isExpired(nowEpochSeconds: Long = System.currentTimeMillis() / 1000): Boolean

Offline check: true when the credential is outside its validity window — past its exp, or before its nbf. Returns false when neither claim is present. Does not consult the status list.

Parameters

nowEpochSeconds

reference instant (Unix seconds); defaults to now.