DashboardTokenIsExpired - метод

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

Definition

Пространство имён: Tessa.Dashboards.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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, .

См. также