DashboardTokenIsExpired - метод

Checks whether the token has expired based on the specified timestamp.

Definition

Пространство имён: Tessa.Dashboards.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public bool IsExpired(
	DateTime? nowUtc = null
)

Параметры

nowUtc  NullableDateTime  (Optional)
The current UTC time. If not specified, UtcNow is used.

Возвращаемое значение

Boolean
if the token has expired; otherwise, .

См. также